Add dist.sh script to automatically build and create project template, Update README

This commit is contained in:
ChaoticByte 2025-02-03 20:29:47 +01:00
parent 5a8a6e4c61
commit 6bb6b8b768
No known key found for this signature in database
7 changed files with 64 additions and 6 deletions

View file

@ -0,0 +1,10 @@
If you find this inside the project template, editing these gdshaderinc files
does nothing. They are already packed with the application and are only here
for you and the Godot Editor to read (auto complete and so on).
If you want to change one of the files, copy it to another location,
edit it and #include it in your shader file.
If you have questions, don't be shy, open a issue :)
Have fun experimenting!