This commit is contained in:
Tituya 2020-11-14 18:12:42 +01:00
parent 3cf39462de
commit e2111cdcb8
3 changed files with 4 additions and 7 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/bash
echo "making setlevel.c from editor"
rm src/setlevel.c
python3 compile_level.py
python compile_level.py
echo "done"
echo "making times.c from times.lvl"
rm src/times.c
python3 time.py
python time.py
echo "done"
echo "building for cg"
fxsdk build-cg

View File

@ -1,3 +1,3 @@
#!/usr/bin/bash
echo "opening editor"
python3 editor/AST3generator.py
python editor/AST3generator.py

View File

@ -1,8 +1,5 @@
"""
Programme de création de niveau pour A Switch to the top fait par Tituya
Pour le CPC#26
"""
# coding: utf-8
import pygame
from pygame.locals import *