système de sauvegarde, scène 3D de test sur la base astra et passage en forward+
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user