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
6
assets/weapons/ranged_weapon.tscn
Normal file
6
assets/weapons/ranged_weapon.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cgxn1f4p4vik6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dcenqdci4hjes" path="res://player/weapons/ranged_weapon.gd" id="1_x1kyd"]
|
||||
|
||||
[node name="RangedWeapon" type="Node2D"]
|
||||
script = ExtResource("1_x1kyd")
|
||||
Loading…
Add table
Add a link
Reference in a new issue