https://github.com/makovwait/lazy-fx
https://github.com/makovwait/lazy-fx
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makovwait/lazy-fx
- Owner: MakovWait
- License: mit
- Created: 2023-02-13T10:17:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:58:00.000Z (over 1 year ago)
- Last Synced: 2025-04-07T23:17:18.983Z (about 1 year ago)
- Language: GDScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lazy-fx
How to install
-----------------
This is a regular editor plugin.
Copy the contents of `addons/lazy-fx` into the same folder in your project, and activate it in your project settings.
or plug with gd-plug:
```gdscript
plug("MakovWait/lazy-fx")
```