Search found 1 match

by BigNoob
Sun Apr 18, 2021 4:32 am
Forum: General
Topic: My Function isn't activating, please help
Replies: 2
Views: 3518

My Function isn't activating, please help

I am trying to make a flappy bird replica but my "createrec" function does not seem to work... It is very possible that it is a different problem because as my name suggests, I am very bad. This is the code: function love.load() love.physics.setMeter(64) world = love.physics.newWorld(0, 9*...