Edit of asset "Debug Panel" Accepted

Old/Current New/Edit
Title Debug Panel 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

```
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 Misc
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Ultipuk/godot-debug-panel https://github.com/Ultipuk/godot-debug-panel
Issues Url https://github.com/Ultipuk/godot-debug-panel/issues https://github.com/Ultipuk/godot-debug-panel/issues
Godot version Godot 4.6 Godot 4.6
Version String 0.1 0.1
Download Commit 0948d7072f2983eae7abe449bc3695af9a537e33 0948d7072f2983eae7abe449bc3695af9a537e33
Download Url (Computed) https://github.com/Ultipuk/godot-debug-panel/archive/0948d7072f2983eae7abe449bc3695af9a537e33.zip https://github.com/Ultipuk/godot-debug-panel/archive/0948d7072f2983eae7abe449bc3695af9a537e33.zip
Icon Url https://raw.githubusercontent.com/Ultipuk/godot-debug-panel/0948d7072f2983eae7abe449bc3695af9a537e33/icon.svg
https://raw.githubusercontent.com/Ultipuk/godot-debug-panel/0948d7072f2983eae7abe449bc3695af9a537e33/icon.svg
Preview Insert
Type image
Image/Video URL https://github.com/Ultipuk/godot-debug-panel/blob/main/git_assets/pic.png?raw=true
Thumbnail