Thanks. Lol maybe it is a little advance for me to try atm.
And sorry about the youtube video! that was one of my first posts, I am still learning the etiquitte
Search found 6 matches
- Mon Jan 12, 2015 11:57 pm
- Forum: Support and Development
- Topic: "Killcam" like feature?
- Replies: 6
- Views: 3765
- Fri Jan 09, 2015 7:28 pm
- Forum: Support and Development
- Topic: love.math.random() causes a crash while profiling
- Replies: 1
- Views: 2002
Re: love.math.random() causes a crash while profiling
try just using math.random(max value)
Edit: Just read your edit xD
Edit: Just read your edit xD
- Fri Jan 09, 2015 6:53 pm
- Forum: Support and Development
- Topic: :Move To Error?
- Replies: 1
- Views: 2076
Re: :Move To Error?
Fixed it myself xD
Code: Select all
mouse:MoveTo()
- Fri Jan 09, 2015 6:48 pm
- Forum: Support and Development
- Topic: "Killcam" like feature?
- Replies: 6
- Views: 3765
"Killcam" like feature?
Hi, i was wondering if replaying the death of a player about 1 second before was possible at all?
Basically Like this xD [youtube]https://www.youtube.com/watch?v=4EV2Xf1ws0w[/youtube]
Basically Like this xD [youtube]https://www.youtube.com/watch?v=4EV2Xf1ws0w[/youtube]
- Fri Jan 09, 2015 5:43 pm
- Forum: Support and Development
- Topic: Would A Classic Doom Inspired Game Work In LOVE2D?
- Replies: 53
- Views: 29487
Re: Would A Classic Doom Inspired Game Work In LOVE2D?
have not tried it yet, but this could be useful
viewtopic.php?f=5&t=11307
viewtopic.php?f=5&t=11307
- Fri Jan 09, 2015 5:41 pm
- Forum: Support and Development
- Topic: :Move To Error?
- Replies: 1
- Views: 2076
:Move To Error?
Hi! I'm having a problem with my game When i run my game, it gives me the error on this line mouse:setPosition(love.mouse.getPosition()) mouse is a [wiki]HardonCollider [/wiki] circle hitbox for the mouse my main.lua (warning, very messy code xD ) HC = require 'hardoncollider' local text = {} functi...