26 lines
767 B
Text
26 lines
767 B
Text
[gd_scene load_steps=2 format=3 uid="uid://cj0uj04i3vy83"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/DifferentOptionsScroll.gd" id="1_vqqjb"]
|
|
|
|
[node name="OptionButton" type="OptionButton"]
|
|
custom_minimum_size = Vector2(400, 0)
|
|
anchors_preset = -1
|
|
anchor_left = 0.25
|
|
anchor_top = 0.95
|
|
anchor_right = 0.25
|
|
anchor_bottom = 0.95
|
|
offset_top = -6.10352e-05
|
|
offset_right = 400.0
|
|
offset_bottom = 39.9999
|
|
item_count = 4
|
|
popup/item_0/text = "Basic Calculator"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Shape Calculator"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Matrix Calculator"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "Other Functions"
|
|
popup/item_3/id = 3
|
|
script = ExtResource("1_vqqjb")
|
|
|
|
[connection signal="item_selected" from="." to="." method="_on_item_selected"]
|