Search found 1 match

by Franator
Fri Apr 21, 2023 2:56 am
Forum: Support and Development
Topic: REQUESTING HELP - Posting Rules
Replies: 40
Views: 545856

Re: REQUESTING HELP - Posting Rules

I am just learning to use Love2D. I’m trying to figure out how to make my player fire bullets and take the enemies. Could someone please advise me? My main.lua code so far is below: push = require 'push' WINDOW_WIDTH = 600 WINDOW_HEIGHT = 500 VIRTUAL_WIDTH = 485 VIRTUAL_HEIGHT = 404 local background...