fix: Rename freeflowuniverse to incubaid

This commit is contained in:
Mahmoud-Emad
2025-10-12 12:30:19 +03:00
parent 801c4abb43
commit 8f2d187b17
1593 changed files with 8753 additions and 8300 deletions

View File

@@ -1,12 +1,12 @@
import freeflowuniverse.herolib.threefold.incatokens
import freeflowuniverse.herolib.core.playcmds
import incubaid.herolib.threefold.incatokens
import incubaid.herolib.core.playcmds
import os
const heroscript_path = os.dir(@FILE) + '/data'
fn main() {
playcmds.run(
heroscript_path: heroscript_path
)!
println('Simulation complete!')
}
playcmds.run(
heroscript_path: heroscript_path
)!
println('Simulation complete!')
}