Search found 4 matches

by muso96
Mon Sep 08, 2014 12:08 pm
Forum: Games and Creations
Topic: [WIP] Shadows
Replies: 8
Views: 5026

Re: [WIP] Shadows

I'll look more deeply into that code at a later time, but thank you so much. I'd like to continue working with lighting in different ways, so in future I may refer to your method. The biggest issue I have with my method currently is the excessive lists for each enemy. I knew going in that there were...
by muso96
Mon Sep 08, 2014 8:55 am
Forum: Games and Creations
Topic: [WIP] Shadows
Replies: 8
Views: 5026

Re: [WIP] Shadows

Ah it looks like a game now too :D Runs really smooth and the shadows look fine. They look fine only because they're so small, I'll up the size so its more obvious what I meant. Not sure if it's a bug or a joke, but on the hardest difficulty there is no light. Its intended that way as a joke. It's ...
by muso96
Mon Sep 08, 2014 7:55 am
Forum: Games and Creations
Topic: [WIP] Shadows
Replies: 8
Views: 5026

Re: [WIP] Shadows

rmcode wrote:Can't move far before getting this:

Code: Select all

Error:
main.lua:39: Need at least three vertices to draw a polygon.
Edit: I accidentally uploaded the wrong file, many apologies. New one up now :)
by muso96
Mon Sep 08, 2014 1:54 am
Forum: Games and Creations
Topic: [WIP] Shadows
Replies: 8
Views: 5026

[WIP] Shadows

Small game I started for my major software project in year 12. Currently would appreciate any feedback, criticisms and such. I will be going through and adding comments describing what is going on now so if nothing makes sense, (which I assume it won't), I'll have that version up soon. I'm new to pr...