forked from DigitallyTailored/godot-runtime-node-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntimeSelector.tscn
More file actions
24 lines (18 loc) · 855 Bytes
/
RuntimeSelector.tscn
File metadata and controls
24 lines (18 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[gd_scene load_steps=4 format=3 uid="uid://bir52feueu1c"]
[ext_resource type="Script" path="res://RuntimePlus.gd" id="1_ex6oe"]
[ext_resource type="Script" path="res://RuntimeSelector.gd" id="1_mn781"]
[ext_resource type="Script" path="res://free_cam.gd" id="2_2fhvd"]
[node name="RuntimePlus" type="Node"]
script = ExtResource("1_ex6oe")
[node name="Window" type="Window" parent="."]
title = "Runtime Plus"
initial_position = 4
size = Vector2i(800, 450)
visible = false
always_on_top = true
[node name="RuntimeSelector" type="Node3D" parent="Window"]
script = ExtResource("1_mn781")
[node name="FreeCamera" type="Camera3D" parent="Window"]
script = ExtResource("2_2fhvd")
[connection signal="close_requested" from="Window" to="." method="close_window"]
[connection signal="focus_exited" from="Window" to="Window/FreeCamera" method="cancel_inputs"]