Search found 1 match
- Thu Jul 02, 2020 10:03 am
- Forum: General
- Topic: cannot understand the error in this code
- Replies: 4
- Views: 4639
cannot understand the error in this code
push=require 'push' WINDOW_WIDTH=1280 WINDOW_HEIGHT=720 VIRTUAL_WIDTH=432 VIRTUAL_HEIGHT=243 push:setupScreen(WINDOW_HEIGHT,WINDOW_WIDTH,VIRTUAL_HEIGHT,VIRTUAL_WIDTH,{fullscreen=true}) function love.draw() push:apply('start') love.graphics.printf('hello pong',0,VIRTUAL_HEIGHT/2-6,VIRTUAL_WIDTH,cente...