broken_seals/game/ui/crafting/RecipeSelector.tscn
2019-11-20 14:30:34 +01:00

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
}