Compare commits

..

1 commit

Author SHA1 Message Date
Fabien Freling c6ec75e768 display Deck 2021-12-06 23:47:04 +01:00

View file

@ -14,9 +14,10 @@ func _ready() -> void:
$Frontside.texture = load(texture_path) $Frontside.texture = load(texture_path)
reveal(revealed) reveal(revealed)
func init_card(month_: int, type_: int) -> void: func init_card(month_: int, type_: int) -> HanafudaCard:
month = month_ month = month_
type = type_ type = type_
return self
func card_texture() -> String: func card_texture() -> String:
var m := "" var m := ""