diff options
Diffstat (limited to 'client/game.tscn')
-rw-r--r-- | client/game.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/game.tscn b/client/game.tscn index d71ae4be..61370569 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -48,3 +48,12 @@ visible = false [node name="Overlay" parent="." instance=ExtResource("7_7xrr6")] offset_left = -280.0 offset_bottom = 102.0 + +[node name="Debug" type="RichTextLabel" parent="."] +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +theme_override_colors/font_outline_color = Color(0, 0, 0, 1) +theme_override_constants/outline_size = 5 |