cutscene progress.

This commit is contained in:
2025-08-01 16:06:32 -07:00
parent 44d3f10875
commit 90be9ae6b3
34 changed files with 209 additions and 281 deletions

3
addons/cutscene_editor/editor/nodes/WaitActionNode.gd Executable file → Normal file
View File

@@ -6,10 +6,9 @@ extends "res://addons/cutscene_editor/editor/nodes/BaseGraphNode.gd"
func _init() -> void:
node_type = "wait"
node_id = "wait_" + str(randi())
title = "Wait"
modulate = Color(0.7, 0.7, 0.7) # Gray
node_id= "wait_" + str(randi())
# One input and one output connection
var slot = 0
set_slot(slot, true, 0, Color(0, 0, 0), true, 0, Color(0, 0, 0))