système de sauvegarde, scène 3D de test sur la base astra et passage en forward+

This commit is contained in:
2026-02-06 10:28:36 +01:00
parent 83d462f2f4
commit cc421a951f
97 changed files with 2138 additions and 1007 deletions

View File

@@ -2,7 +2,7 @@ extends Resource
class_name CardInfo
@export var title : String
@export var bg_color : Color = Color("2364aaff")
@export var subtitle : String
@export var type_icon : Texture = preload("res://common/icons/cube-3d-sphere.svg")
@export var texture : Texture
@@ -14,5 +14,7 @@ class_name CardInfo
func _init(
_title : String = "",
_subtitle : String = ""
):
title = _title
title = _title
subtitle = _subtitle