Files
godot-demo-projects/2d/physics_tests/tests/test_options.tscn
PouleyKetchoupp 8241be5817 Add demo: Physics Tests 2D
Similar to its 3D counterpart, with tests using 2D physics.
2020-12-16 09:11:35 -07: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
}