Compare commits
1 commit
65af79679f
...
c6ec75e768
Author | SHA1 | Date | |
---|---|---|---|
|
c6ec75e768 |
1 changed files with 2 additions and 1 deletions
|
@ -14,9 +14,10 @@ func _ready() -> void:
|
|||
$Frontside.texture = load(texture_path)
|
||||
reveal(revealed)
|
||||
|
||||
func init_card(month_: int, type_: int) -> void:
|
||||
func init_card(month_: int, type_: int) -> HanafudaCard:
|
||||
month = month_
|
||||
type = type_
|
||||
return self
|
||||
|
||||
func card_texture() -> String:
|
||||
var m := ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue