Search found 2 matches
- Sat Jun 15, 2019 12:30 pm
- Forum: Ports
- Topic: Where to find love.xcodeproj
- Replies: 1
- Views: 57739
Where to find love.xcodeproj
I’ve looked through the wiki, as well as several video tutorials, but I can’t seem to find where the love.xcodeproj file is. Upon navigating to the directory, I’m greeted with a folder called love.xcodeproj, but no actual file with an .xcodeproj extension. Is anyone aware of how I’m supposed to run ...
- Mon Dec 17, 2018 5:21 am
- Forum: Support and Development
- Topic: Hump gamestate callback not working?
- Replies: 0
- Views: 4380
Hump gamestate callback not working?
I'm having an issue with the Hump gamestate library. Everything works upon startup, but if I return to the menu from my first level, the menu:mousereleased callback doesn't work, even though menu:enter, menu:update and menu:draw do. Here's the code: menu = {} function menu:enter() menuimage = love.g...