Files
godot-demo-projects/3d/physics_tests/tests/test_options.tscn
2020-06-19 10:27:53 +02:00

17 lines
342 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"]
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
}