123456789101112131415161718 |
- [gd_scene load_steps=2 format=2]
- [ext_resource path="res://utils/option_menu.gd" type="Script" id=1]
- [node name="Options" type="MenuButton"]
- pause_mode = 2
- margin_left = 10.0
- margin_top = 106.719
- margin_right = 125.0
- margin_bottom = 126.719
- text = "TEST OPTIONS"
- flat = false
- align = 0
- script = ExtResource( 1 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
|