Search found 14 matches
- Wed Apr 11, 2018 4:09 pm
- Forum: Support and Development
- Topic: Insomnia Proj
- Replies: 0
- Views: 1761
Insomnia Proj
Hey so im having problems with adding check points and layering my spikes. i did this for my senior project for school and its due this Friday im still having problems with it but im kinda using the spike layer for invisible blocks so that's cool but the check points im having the biggest issue with...
- Sat Feb 10, 2018 8:24 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Re: Enemies, obstacle's, power ups, life's and health bar (help)
Ok, i will edit it and try making it neater since i fixed my laptop. Thank you.
- Tue Jan 16, 2018 4:19 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Re: Enemies, obstacle's, power ups, life's and health bar (help)
when i tried to add spikes it all got messed up and i don't know what's wrong.
- Sat Jan 13, 2018 11:15 pm
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1815
- Views: 1808250
Re: What's everyone working on? (tigsource inspired)
Working on a Platformer called insomnia, trying to do lots of things to it plus add a motion blur trail
- Sat Jan 13, 2018 8:37 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Re: Enemies, obstacle's, power ups, life's and health bar (help)
soo every time I do it, It just comes as an error would it be ok to just give a .zip :) p.s. im doing everything right it just says make sure main.love is at the top it is at the top I swear I suppose you mean "main.lua" ? All you have to do is selecting the files and directories in your ...
- Sat Jan 13, 2018 7:49 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Re: Enemies, obstacle's, power ups, life's and health bar (help)
Yeah but im very new and don't really know how to do a .love I will when i learn how to. It's not that difficult. The wiki in general is a great resource to learn all kinds of stuff about LÖVE. haha i have trouble with life/health because i keep getting errors :P soo every time I do it, It just com...
- Sat Jan 13, 2018 6:59 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Re: Enemies, obstacle's, power ups, life's and health bar (help)
Killing an actor There are many ways to "kill" an actor in a game. One would be to set the x and y position outside the visible screen area and reuse the table (and reset x,y) if the actor is alive again. Another and imho better solution would be to add an instance of an actor to a separa...
- Wed Jan 10, 2018 9:03 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Re: Enemies and obstacle's
Ok so just before I post my code I know there will be someone who will be like oh you could've converted it to a .love yeah i know but eh its easier to post the code in my opinion. local bump = require "bump" world = bump.newWorld() font = love.graphics.setNewFont("Quicksand-Light.ttf...
- Wed Jan 10, 2018 6:30 pm
- Forum: Support and Development
- Topic: Enemies, obstacle's, power ups, life's and health bar (help)
- Replies: 11
- Views: 11062
Enemies, obstacle's, power ups, life's and health bar (help)
Hey so i'm making a plat-former and haven't seen anything really on how to make spikes that kill the player and enemies that kill the player without having a game state. Also the other stuff i don't know how i'd go about it i think i have to edit the players table but im not sure after that point a...
- Wed Jan 10, 2018 2:52 am
- Forum: Support and Development
- Topic: Help. Can't fix the collisions
- Replies: 4
- Views: 3158
Re: Help. Can't fix the collisions
Hey thank you guys so much. I'll deffinetly use all these tips