23 lines
652 B
Plaintext
Executable File
23 lines
652 B
Plaintext
Executable File
[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.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/left_icon = null
|
|
slot/0/right_enabled = false
|
|
slot/0/right_type = 0
|
|
slot/0/right_color = Color(0, 0, 0, 0)
|
|
slot/0/right_icon = null
|
|
slot/0/draw_stylebox = true
|
|
script = ExtResource("1_exit")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Dependency"
|