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

13 lines
343 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cwjfkltvisc0n"]
[ext_resource type="Script" uid="uid://blfg0yb2epr8g" 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")