Bliss-Shader/shaders/template/update.sh
2024-06-13 22:11:47 -04:00

6 lines
274 B
Bash

#!/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'