cutscenes

This commit is contained in:
Page Asgardius 2024-09-20 11:28:17 -07:00
parent 0d29a9a48f
commit 02a5a73656
26 changed files with 387 additions and 10 deletions

View file

@ -0,0 +1,12 @@
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
if !Global.debug:
Global.cplace = [1, 1, 17]
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass