coins~
This commit is contained in:
parent
792dd99546
commit
37a19d8788
14 changed files with 379 additions and 105 deletions
13
storyteller.gd
Normal file
13
storyteller.gd
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
extends Node
|
||||
|
||||
@export var current_coin_color : Color = Color.WHITE
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue