Search found 6 matches
- Tue Sep 24, 2024 10:33 pm
- Forum: Support and Development
- Topic: [NEED HELP] a bug where a bullet dwspawns for no reason
- Replies: 0
- Views: 10272
[NEED HELP] a bug where a bullet dwspawns for no reason
I provided a file, but I have a bug where if I'm really close to the enemy it wont die and the bullet despaws.
- Sat Sep 07, 2024 9:47 pm
- Forum: Support and Development
- Topic: Need help for tile map system
- Replies: 2
- Views: 6551
Re: Need help for tile map system
thank you sm
- Sat Sep 07, 2024 4:38 pm
- Forum: Support and Development
- Topic: Need help for tile map system
- Replies: 2
- Views: 6551
Need help for tile map system
i need help with my tile system i attached my file and the outline of the tiles whenever i move looks like green or black when i move around
pls help
pls help
- Mon Jul 08, 2024 6:14 pm
- Forum: Support and Development
- Topic: how do i make a countdown timer?
- Replies: 3
- Views: 3116
how do i make a countdown timer?
im trying to make a timer to wait for my objects to spawn plz help heres my code: _G.love = require("love") function love.load() listofRectangles = {} _G.game = { countdowntimer = 0 } gamechart() end function love.update(dt) for i,v in ipairs(listofRectangles) do v.y = v.y + v.speed * dt e...
- Thu Jul 04, 2024 8:13 pm
- Forum: Support and Development
- Topic: how do i get files outside folder?
- Replies: 3
- Views: 1780
how do i get files outside folder?
i need help with this so i have a script in a folder named "scripts" and i have another folder named "assets" heres how my game folders work: so inside the scripts folder the script named "player.lua" and from there im trying to get the assets from the scripts folder in...
- Sun May 28, 2023 6:19 pm
- Forum: Support and Development
- Topic: Running Love2d on Chromebook
- Replies: 4
- Views: 5653
Re: Running Love2d on Chromebook
this is an easy thing to do because I'm another Chromebook user and all you have to do is first go on files and click on the 3 dots and enable "Show all google play folders" and go to the google play folder you have and go to "(android/data/org.love2d.android/files/games)" and in...