Search found 1 match

by Matema
Sun Mar 02, 2025 7:02 pm
Forum: General
Topic: Error whit loading sprites
Replies: 1
Views: 98

Error whit loading sprites

This is the file game.lua: local game = {} local gravity = 100 local score = 0 function game:load() arrow = { Arrowx = 380, Arrowy = 490, arrow1 = love.graphics.newImage("assets\arrow.png") } --enemy = {} love.graphics.setBackgroundColor(0, 0, 0) love.graphics.setDefaultFilter("neares...