easier said than done. i use windows 10 and the .zip part of the file doesnt show up in the name. so i cant do that.Gunroar:Cannon() wrote: ↑Wed Jul 21, 2021 10:45 amchange its extension name from ".zip" to ".love". Works vice versa for me too.
Search found 8 matches
- Wed Jul 28, 2021 4:44 pm
- Forum: Support and Development
- Topic: Distributing your games (making a .love file)
- Replies: 278
- Views: 1105709
Re: Distributing your games (making a .love file)
- Wed Jul 28, 2021 4:39 pm
- Forum: General
- Topic: Terraria TD dev log
- Replies: 4
- Views: 10504
Re: Terraria TD dev log
sorry for the late response, but TD means top-down in this instance.Gunroar:Cannon() wrote: ↑Wed Jul 21, 2021 10:50 amNice technique!RocketSocketGames wrote: ↑Tue Jul 20, 2021 10:27 pm i then made the character have a tool to hold. i just made it use the same variables as the character and voila!
TD as in tower defense (or as in taco deliciouso)? Thumbs...
!
- Wed Jul 21, 2021 1:33 am
- Forum: Support and Development
- Topic: Distributing your games (making a .love file)
- Replies: 278
- Views: 1105709
Re: Distributing your games (making a .love file)
whats a modern way of doing this?
- Tue Jul 20, 2021 10:27 pm
- Forum: General
- Topic: Terraria TD dev log
- Replies: 4
- Views: 10504
Terraria TD dev log
im beginning my LOVE2D journey by ruining a great game. anyway, im just making this project to get myself used to coding in LOVE. i'll make something a little more "original" next time around. anyway, THE LOGS LOG #1 i began coding a little terraria character that could walk around. got th...
- Tue Jul 20, 2021 10:01 pm
- Forum: Support and Development
- Topic: why am i getting this error?
- Replies: 12
- Views: 16334
- Tue Jul 20, 2021 8:42 pm
- Forum: Support and Development
- Topic: why am i getting this error?
- Replies: 12
- Views: 16334
- Tue Jul 20, 2021 8:28 pm
- Forum: Support and Development
- Topic: why am i getting this error?
- Replies: 12
- Views: 16334
Re: why am i getting this error?
that doesnt work. when i press space. the printed number doesnt update.darkfrei wrote: ↑Tue Jul 20, 2021 8:18 pmCode: Select all
function love.keyboard.keypressed( key, scancode, isrepeat ) if scancode == "space" then count = count + 1 end end
edit: and heck, when i reuse the code on a different project, it doesnt even work at all!
- Tue Jul 20, 2021 6:10 pm
- Forum: Support and Development
- Topic: why am i getting this error?
- Replies: 12
- Views: 16334
why am i getting this error?
im getting a strange error when i try to make a variables' value go up. it says Error Syntax error: main.lua:6: '=' expected near '+' Traceback [C]: at 0x52f6d550 [C]: in function 'require' [C]: in function 'xpcall' [C]: in function 'xpcall' but when i actually put it near '+' this happens! Error Sy...