Files
herolib/examples/threefold/incatokens/incatokens_simulate.vsh
2025-10-12 12:30:19 +03:00

15 lines
329 B
GLSL
Executable File

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