Compare commits

..

1 commit

Author SHA1 Message Date
Fabien Freling 65af79679f [wip] display Deck 2021-12-06 23:44:23 +01:00

View file

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