Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeqwep/editor-script-components-for-gui_node
https://github.com/yeqwep/editor-script-components-for-gui_node
defold
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeqwep/editor-script-components-for-gui_node
- Owner: yeqwep
- License: mit
- Created: 2022-05-26T11:44:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T12:38:41.000Z (over 2 years ago)
- Last Synced: 2024-12-08T21:41:03.282Z (14 days ago)
- Topics: defold
- Language: Lua
- Homepage:
- Size: 9.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Components
## Install
Download repo as .zip, simply copy the folder to your project and reload editor scripts.## Editor Script
This script creates gui nodes from the Lua table.
![testwefqewf](https://user-images.githubusercontent.com/38267288/170486707-c8837234-4c60-48a3-a457-99b6d1ae2f03.gif)## Flow
1. Data Lua table
![1](https://user-images.githubusercontent.com/38267288/170488455-843758f5-30b6-4fec-a6dd-dd313f15e024.jpg)2. Create New gui
![2](https://user-images.githubusercontent.com/38267288/170488628-47a2707c-ce6a-4605-a7a0-7b22941fade4.jpg)3. Create gui node from Data table key
![3](https://user-images.githubusercontent.com/38267288/170488726-69fb431d-1768-4c35-9967-fc18c1695536.jpg)4. Gui script is EZ
![4](https://user-images.githubusercontent.com/38267288/170488785-d8147170-e4af-4b04-93cf-93ffb6980530.jpg)## Original
https://github.com/Jerakin/editor-script-components