mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://ui/crafting/RecipeSelector.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="RecipeSelector" type="Button"]
|
||
|
margin_right = 303.0
|
||
|
margin_bottom = 40.0
|
||
|
rect_min_size = Vector2( 0, 40 )
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|