This commit is contained in:
Bryce
2025-08-01 08:34:51 -07:00
parent 15f11fc0f3
commit 44d3f10875
77 changed files with 605 additions and 713 deletions

14
addons/cutscene_editor/editor/nodes/EntryNode.tscn Normal file → Executable file
View File

@@ -1,15 +1,23 @@
[gd_scene load_steps=2 format=3 uid="uid://entrynodetscn"]
[gd_scene load_steps=2 format=3 uid="uid://sfwelq3tmwkv"]
[ext_resource type="Script" path="res://addons/cutscene_editor/editor/nodes/EntryNode.gd" id="1_entry"]
[node name="EntryNode" type="GraphNode"]
modulate = Color(0.5, 1.0, 0.5, 1)
modulate = Color(0.5, 1, 0.5, 1)
custom_minimum_size = Vector2(100, 0)
title = "Start"
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(0, 0, 0, 0)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(0, 0, 0, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
script = ExtResource("1_entry")
script = ExtResource("1_entry")
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "completed
"