Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LÖVE to 11.5 #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ This 2D game was made by [Rasmus Nordling](https://github.com/happystinson) and
## Dependencies

- Lua 5.1
- [LÖVE](https://www.love2d.org/) 11.1
- [LÖVE](https://www.love2d.org/) 11.4

## Downloads

Check the [releases](https://github.com/HappyStinson/downhill-willy/releases) tab for this repo or view the game at [itch.io](https://rasmusnordling.itch.io/downhill-willy).
Check the [releases](https://github.com/HappyStinson/downhill-willy/releases) tab for this repo or view the game at [itch.io](https://rasmusnordling.itch.io/downhill-willy).
2 changes: 1 addition & 1 deletion conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function love.conf(t)
t.title = "Downhill Willy - BOSS Jam 2014"
t.window.icon = "assets/logo.png"
t.version = "11.1"
t.version = "11.4"
t.window.width = 1280
t.window.height = 720
end
Expand Down