mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
13 lines
343 B
Plaintext
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")
|