From e2111cdcb86bd6372baeaa6034fd168eee5bcd53 Mon Sep 17 00:00:00 2001 From: Tituya Date: Sat, 14 Nov 2020 18:12:42 +0100 Subject: [PATCH] patch --- build.sh | 4 ++-- editor.sh | 2 +- editor/AST3generator.py | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 5f624a8..3a130f2 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/editor.sh b/editor.sh index 65fa523..3463d43 100755 --- a/editor.sh +++ b/editor.sh @@ -1,3 +1,3 @@ #!/usr/bin/bash echo "opening editor" -python3 editor/AST3generator.py +python editor/AST3generator.py diff --git a/editor/AST3generator.py b/editor/AST3generator.py index 8a8e0af..41fd64f 100644 --- a/editor/AST3generator.py +++ b/editor/AST3generator.py @@ -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 *