make grid shuffle, grid sizy, gem color types
This commit is contained in:
18
scenes/ui/DebugToggle.tscn
Normal file
18
scenes/ui/DebugToggle.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://df2b4wn8j6cxl"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/ui/DebugToggle.gd" id="1_gn2ol"]
|
||||
|
||||
[node name="DebugToggle" type="Button"]
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -110.0
|
||||
offset_top = -40.0
|
||||
offset_right = -10.0
|
||||
offset_bottom = -10.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
text = "Debug: OFF"
|
||||
script = ExtResource("1_gn2ol")
|
||||
Reference in New Issue
Block a user