regression-test-project/Start.tscn

12 lines
264 B
Plaintext
Raw Normal View History

2021-08-19 18:10:13 +02:00
[gd_scene load_steps=2 format=3 uid="uid://bi6b75cfmqj4r"]
2020-11-17 20:10:21 +01:00
2021-08-19 18:10:13 +02:00
[ext_resource type="Script" path="res://Start.gd" id="1"]
2020-11-17 20:10:21 +01:00
[node name="Start" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2021-08-19 18:10:13 +02:00
script = ExtResource( "1" )
2020-11-17 20:10:21 +01:00
__meta__ = {
"_edit_use_anchors_": false
}