This commit is contained in:
Tabby 2025-11-30 00:49:23 +11:00
parent 792dd99546
commit 37a19d8788
14 changed files with 379 additions and 105 deletions

13
storyteller.gd Normal file
View 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