bug fixes and added Anti-betray-system

This commit is contained in:
hypervortex 2024-07-05 11:00:48 +05:30
parent 4cdab91bc8
commit 1c978ddcab
366 changed files with 2972 additions and 1043 deletions

View file

@ -18,7 +18,7 @@ def migrate_to_aarch():
games = ["CanonFight.so","DuelElimination.so","FlappyBird.so","LaserTracer.so","MonkeyClimb.so","OneNightNoStand.so","RealSoccer.so",
"SquidRace.so","StumbleRace.so","SubwayRun.so","UFOAttackGame.so"]
features = ["StumbledScoreScreen.so"]
tools = ["corelib.so"]
tools = ["corelib.so","mongo.so","handle.so","pinfo.so"]
root = os.path.realpath(".")+"/dist/ba_root"
for map in maps:
shutil.copy(root+"/mods/aarch64/"+map,root+'/mods/maps/'+map)