(WIP) Switch from previous DSL System (UI order based) to a new DSL System (node connection based) still in Progress.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://b1y4r3s7ukmfw"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/UI/DSL/NodeDisplays/StartNodeDisplay.cs" id="1_start"]
|
||||
|
||||
[node name="Start" type="GraphNode" unique_id=2100000001]
|
||||
offset_right = 65.0
|
||||
offset_bottom = 55.0
|
||||
title = "Start"
|
||||
slot/0/left_enabled = false
|
||||
slot/0/left_type = 0
|
||||
slot/0/left_color = Color(1, 1, 1, 1)
|
||||
slot/0/left_icon = null
|
||||
slot/0/right_enabled = true
|
||||
slot/0/right_type = 0
|
||||
slot/0/right_color = Color(1, 1, 1, 1)
|
||||
slot/0/right_icon = null
|
||||
slot/0/draw_stylebox = true
|
||||
script = ExtResource("1_start")
|
||||
|
||||
[node name="Control" type="Control" parent="." unique_id=2100000002]
|
||||
layout_mode = 2
|
||||
Reference in New Issue
Block a user