Files
godot-demo-projects/3d/physics_tests/tests/test_options.tscn

13 lines
343 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cybvr671wfdyq"]
[ext_resource type="Script" uid="uid://dxk3wm7bmdp5d" path="res://utils/option_menu.gd" id="1"]
[node name="Options" type="MenuButton"]
offset_left = 10.0
offset_top = 106.719
offset_right = 125.0
offset_bottom = 126.719
text = "Test Options"
flat = false
script = ExtResource("1")