diff --git a/levels/Cutscenes/unfunaversary/firstclass.gd b/levels/Cutscenes/unfunaversary/firstclass.gd index e9610fa..7a25aa1 100644 --- a/levels/Cutscenes/unfunaversary/firstclass.gd +++ b/levels/Cutscenes/unfunaversary/firstclass.gd @@ -4,7 +4,7 @@ extends Node2D # Called when the node enters the scene tree for the first time. func _ready() -> void: if !Global.debug: - Global.cplace = [0, 0, 0]W + Global.cplace = [0, 0, 0] # Called every frame. 'delta' is the elapsed time since the previous frame.