cutscenes
This commit is contained in:
parent
0d29a9a48f
commit
02a5a73656
26 changed files with 387 additions and 10 deletions
12
levels/Cutscenes/Troublemaker/kungfu.gd
Normal file
12
levels/Cutscenes/Troublemaker/kungfu.gd
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue