Edit of asset "Debug Panel" Accepted

Old/Current New/Edit
Title Debug Panel
Description It's a simple debug panel. Enable `Dp` plugin to use it.

Here's how you can use it:

```gdscript
# Insert or update row by id with provided value
Dp.push(&"FPS", "%.0f" % Engine.get_frames_per_second())

# Hide row by id
Dp.hide(&"FPS")

# Show row by id
Dp.show(&"FPS")

# Erase row by id
Dp.erase(&"FPS")

# Remove all rows from panel
Dp.clear()

# Debug panel visibilty
Db.visible = false
Db.visible = true

```
Category Misc
License MIT
Repository Provider GitHub
Repository Url https://github.com/Ultipuk/godot-debug-panel
Issues Url https://github.com/Ultipuk/godot-debug-panel/issues
Godot version Godot 4.6
Version String 0.1.1 0.1.1
Download Commit 5aa8d9a38437db66cf45236267c27c8d42509a78 5aa8d9a38437db66cf45236267c27c8d42509a78
Download Url (Computed) https://github.com/Ultipuk/godot-debug-panel/archive/5aa8d9a38437db66cf45236267c27c8d42509a78.zip https://github.com/Ultipuk/godot-debug-panel/archive/5aa8d9a38437db66cf45236267c27c8d42509a78.zip
Icon Url https://raw.githubusercontent.com/Ultipuk/godot-debug-panel/0948d7072f2983eae7abe449bc3695af9a537e33/icon.svg