diff --git a/data/gfx/flyer.bmp b/data/gfx/flyer.bmp deleted file mode 100644 index 7afc360..0000000 Binary files a/data/gfx/flyer.bmp and /dev/null differ diff --git a/escape.pbp b/escape.pbp index 1045f1a..05a6110 100644 --- a/escape.pbp +++ b/escape.pbp @@ -1,6 +1,6 @@ - +
@@ -8,43 +8,42 @@
- + - +
- - - + + + - - - + + + - - - + + + - + - + - - - + + + - - - + + +
- - + - +
diff --git a/src/Draw.pbi b/src/Draw.pbi index 05d440c..7f645be 100644 --- a/src/Draw.pbi +++ b/src/Draw.pbi @@ -31,5 +31,7 @@ EndProcedure Procedure DrawRunningGame() - Box(0, 0, 200, 200, RGB(0, 255, 0)) + ;Box(0, 0, 200, 200, RGB(0, 255, 0)) + + DisplaySprite(#Tile01, 20, 20) EndProcedure diff --git a/src/Functions.pbi b/src/Functions.pbi index 3b79caf..9d19698 100644 --- a/src/Functions.pbi +++ b/src/Functions.pbi @@ -6,14 +6,9 @@ Procedure InitTileset() CatchSprite(#Tile01, ?Gfx_Tileset) - ;ClipSprite(0, 0, 0, 16, 16) - - ; test the sprite - ;DisplaySprite(0, 20, 20) + ;ClipSprite(#Tile01, 0, 0, 16, 16) EndProcedure -; ***************************************************************************** - ; ***************************************************************************** ; * Menu diff --git a/src/Main.pb b/src/Main.pb index c79c44a..bac0c50 100644 --- a/src/Main.pb +++ b/src/Main.pb @@ -5,7 +5,7 @@ EnableExplicit ; Initialize subsystems -If InitSprite() = 0 Or InitKeyboard() = 0 +If InitSprite() = 0 Or InitKeyboard() = 0 Or InitSound() = 0 MessageRequester("Error", "Sorry, can't keep up.", 0) End EndIf