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