diff options
author | tpart <tpart120@proton.me> | 2024-07-03 18:02:15 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-03 18:02:41 +0200 |
commit | f92ac36cc36769b5ad5692ec82e5bbb1042ad557 (patch) | |
tree | 779bb4d95ed87a9a2b2c82ff95ca0309fdfc6c9a /client/game.tscn | |
parent | bb7e2bc3967779ab43cb87465e66f5bf6dcb1c56 (diff) | |
download | hurrycurry-f92ac36cc36769b5ad5692ec82e5bbb1042ad557.tar hurrycurry-f92ac36cc36769b5ad5692ec82e5bbb1042ad557.tar.bz2 hurrycurry-f92ac36cc36769b5ad5692ec82e5bbb1042ad557.tar.zst |
Add debug info setting to show framerate in-game
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 |