test_options.tscn 357 B

123456789101112131415161718
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://utils/option_menu.gd" type="Script" id=1]
  3. [node name="Options" type="MenuButton"]
  4. pause_mode = 2
  5. margin_left = 10.0
  6. margin_top = 106.719
  7. margin_right = 125.0
  8. margin_bottom = 126.719
  9. text = "TEST OPTIONS"
  10. flat = false
  11. align = 0
  12. script = ExtResource( 1 )
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }