mirror of
https://github.com/Relintai/wfc_module_samples.git
synced 2025-04-28 02:04:58 +02:00
17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://TextureRect.gd" type="Script" id=1]
|
|
|
|
[node name="Control" type="PanelContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="VBoxContainer" type="GridContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 1017.0
|
|
margin_bottom = 593.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer"]
|
|
script = ExtResource( 1 )
|