Search found 1 match

by katlicia
Thu Feb 15, 2024 10:21 pm
Forum: Support and Development
Topic: Spawning Endless Object With Conditions
Replies: 2
Views: 857

Spawning Endless Object With Conditions

I am new to both Lua and Löve2D. Trying to learn them both by recreating Flappy Bird but got stuck on spawning pipes. I am creating the lower pipe based of on the upper pipe by adding a gap to its Y coordinate. It works good so far but I couldn't figure out a way to actually spawn them but not draw ...