diff options
Diffstat (limited to 'client/gui/overlays/debug/pie.tscn')
-rw-r--r-- | client/gui/overlays/debug/pie.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/gui/overlays/debug/pie.tscn b/client/gui/overlays/debug/pie.tscn new file mode 100644 index 00000000..69872d72 --- /dev/null +++ b/client/gui/overlays/debug/pie.tscn @@ -0,0 +1,9 @@ +[gd_scene format=3 uid="uid://27qwbrf7mh7i"] + +[node name="DebugPie" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 |