generated from hertog/godot-module-template
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://4dckerlybom4"]
|
|
|
|
[ext_resource type="Script" uid="uid://cbboxhq703t1l" path="res://window.gd" id="1_j7b7i"]
|
|
|
|
[node name="Window" type="Window"]
|
|
auto_translate_mode = 1
|
|
position = Vector2i(0, 36)
|
|
script = ExtResource("1_j7b7i")
|