Search found 1 match
- Fri Apr 17, 2020 12:46 pm
- Forum: Support and Development
- Topic: Error- attempt to index field 'module' (a nil value)
- Replies: 4
- Views: 5743
Re: Error- attempt to index field 'module' (a nil value)
Hello, recently I have been having the same problem while I was making a pong game. These are the 2 scripts that I have: WINDOW_WIDTH = 1280 WINDOW_HEIGHT = 720 function love.load() love.window.setMode(WINDOW_WIDTH, WINDOW_HEIGHT,{ fullscreen = false, resizable = false, vsync = true }) end function ...