mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
[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
|
|
}
|