Files
herolib/examples/threefold/incatokens/incatokens_simulate.vsh
2025-08-28 16:02:28 +02:00

15 lines
345 B
GLSL
Executable File

#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.threefold.incatokens
import os
import freeflowuniverse.herolib.core.playcmds
current_dir := os.dir(@FILE)
heroscript_path := '${current_dir}/data'
playcmds.run(
heroscript_path: heroscript_path
)!
println('Simulation complete!')