Compare commits
1 commit
65af79679f
...
c6ec75e768
Author | SHA1 | Date | |
---|---|---|---|
|
c6ec75e768 |
|
@ -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 := ""
|
||||||
|
|
Loading…
Reference in a new issue