mirror of
https://github.com/Relintai/wfc_module_samples.git
synced 2025-04-30 11:07:55 +02:00
19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://TextureRect.gd" type="Script" id=1]
|
|
[ext_resource path="res://samples/Mazelike.png" type="Image" id=2]
|
|
|
|
[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 )
|
|
img = ExtResource( 2 )
|