Compare commits
1 commit
c6ec75e768
...
65af79679f
Author | SHA1 | Date | |
---|---|---|---|
|
65af79679f |
|
@ -14,10 +14,9 @@ func _ready() -> void:
|
||||||
$Frontside.texture = load(texture_path)
|
$Frontside.texture = load(texture_path)
|
||||||
reveal(revealed)
|
reveal(revealed)
|
||||||
|
|
||||||
func init_card(month_: int, type_: int) -> HanafudaCard:
|
func init_card(month_: int, type_: int) -> void:
|
||||||
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