mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-16 11:44:18 +00:00
13 lines
213 B
Markdown
13 lines
213 B
Markdown
# GDScript Game Project
|
|
|
|
Run:
|
|
|
|
```
|
|
godotenv addons install
|
|
```
|
|
|
|
(or install from AssetLib)
|
|
|
|
This project demonstrates how to use ImGui in a way that makes it safe to export your project with
|
|
imgui-godot disabled.
|