diff --git a/src/Functions.pbi b/src/Functions.pbi index acaf932..3f879de 100644 --- a/src/Functions.pbi +++ b/src/Functions.pbi @@ -6,7 +6,7 @@ UsePNGImageDecoder() Procedure InitTileset() - LoadSprite(#Tile01, DataPath+"gfx/tileset01.png") + LoadSprite(#Tile01, DataPath+"gfx/tileset01.bmp") ;ClipSprite(#Tile01, 0, 0, 16, 16) EndProcedure diff --git a/src/Main.pb b/src/Main.pb index 8b2a1ca..0d7ad20 100644 --- a/src/Main.pb +++ b/src/Main.pb @@ -98,7 +98,7 @@ If OpenWindow(0, 0, 0, Screen\Width, Screen\Height, title, #PB_Window_ScreenCent EndIf EndIf - Debug CurrentState + ; Debug CurrentState ; Handle the events for the current state GameStates(CurrentState)\HandleEventFun()