add template readme, update script

This commit is contained in:
NULL511
2024-06-13 14:44:09 -04:00
parent 5b03658c41
commit 52594451f0
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
./potater item '../item.properties' '../lib/items.glsl' -t './item.properties'
./potater block '../block.properties' '../lib/blocks.glsl' -t './block.properties'
./potater entity '../entity.properties' '../lib/entities.glsl' -t './entity.properties'