Skip to content

Commit

Permalink
feat: beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Feb 12, 2023
1 parent 53a4f6e commit 20d92c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Source/Scripts/celeste.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ end
function _init(game)
game_obj = game
title_screen()
begin_game()
end

function title_screen()
Expand Down
2 changes: 1 addition & 1 deletion Source/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function playdate.update()
playdate.timer.updateTimers()
playdate.graphics.sprite.update()
g:update()
playdate.drawFPS(0, 0)
-- playdate.drawFPS(0, 0)

end

Expand Down
2 changes: 1 addition & 1 deletion Source/pdxinfo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=Celeste Classic
author=HTeuMeuLeu
description=Celeste Classic for the Playdate.
bundleID=com.hteumeuleu.celeste
version=1.0.0-alpha
version=1.0.0-beta.1
buildNumber=1
imagePath=SystemAssets
launchSoundPath=Sounds/sfx38.wav

0 comments on commit 20d92c3

Please sign in to comment.