improvement
This commit is contained in:
14
addons/cutscene_editor/editor/nodes/ExitNode.tscn
Normal file
14
addons/cutscene_editor/editor/nodes/ExitNode.tscn
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://exitnodetscn"]
|
||||
[ext_resource type="Script" path="res://addons/cutscene_editor/editor/nodes/ExitNode.gd" id="1_exit"]
|
||||
[node name="ExitNode" type="GraphNode"]
|
||||
modulate = Color(1.0, 0.5, 0.5, 1)
|
||||
custom_minimum_size = Vector2(100, 0)
|
||||
title = "End"
|
||||
slot/0/left_enabled = true
|
||||
slot/0/left_type = 0
|
||||
slot/0/left_color = Color(0, 0, 0, 1)
|
||||
slot/0/right_enabled = false
|
||||
slot/0/right_type = 0
|
||||
slot/0/right_color = Color(0, 0, 0, 0)
|
||||
slot/0/draw_stylebox = true
|
||||
script = ExtResource("1_exit")
|
||||
Reference in New Issue
Block a user