regression-test-project/MainScenes/Control.tscn

13 lines
273 B
Plaintext
Raw Normal View History

2020-08-05 11:03:11 +02:00
[gd_scene load_steps=2 format=2]
2020-11-06 16:57:49 +01:00
[ext_resource path="res://MainScenes/Control.gd" type="Script" id=1]
2020-08-05 11:03:11 +02:00
[node name="GridContainer" type="GridContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
columns = 5
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}