Adds in-game debug menu addon
Adds an in-game debug menu that displays performance metrics (FPS, frame times) and hardware/software information. The menu can be toggled using the F3 key (or a custom input binding). It has different display styles, ranging from a compact FPS display to a detailed view with graphs and system information.
This commit is contained in:
parent
214e0aa5e0
commit
ff62d67f54
37 changed files with 1484 additions and 49 deletions
|
|
@ -1131,7 +1131,8 @@ texture_region_size = Vector2i(32, 32)
|
|||
|
||||
[resource]
|
||||
tile_size = Vector2i(32, 32)
|
||||
physics_layer_0/collision_layer = 4
|
||||
physics_layer_0/collision_layer = 2
|
||||
physics_layer_0/collision_mask = 9
|
||||
terrain_set_0/mode = 0
|
||||
terrain_set_0/terrain_0/name = "Floor"
|
||||
terrain_set_0/terrain_0/color = Color(0.5, 0.4375, 0.25, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue