Game
Ninja
12 years ago

ALL YOU'R FRAME ARE BELONG TO US!


Yes, I noticed that there was a small frame rate issue, where in the worst case the FPS would drop below 15 and stay around 4~5 (on the title screen).

#### Technical Stuff ####

They way around this promblem was to replace all of the โ€˜forโ€™ loops with iterator loops instead, so from : for(int i =0; i < entitys.size(); i++) .

to :

ien = entitys.iterator();

while (ien.hasNext()) {

this has resulted in a 25% boost in frame rate, there was also an issue with the lighting that was fixed by remoceing the scaling and actually making the images bigger, instead of hard coding for every light value.



0 comments

Loading...

Next up

This Satuday we invite to watch another #speedpainting of our artist Daniel Faiad.

How great is this scene of #Pecaminosa?

#ScreenShotSaturday | #IndieDev | #DigitalArt

๐Ÿ’Did you like the game? A demo is available for free on Steam.

โœŒ๏ธ Thanks for playing IndieGameiacs!

โš™๏ธ Free Demo: http://bit.ly/UniDuni

๐Ÿ“บ Full Video: https://youtu.be/5qEbVXg7GaQ

#steam #uniduni #clops #screenshotsaturday

The whole squad is here!

Interested? Follow me!

In the quest for accessibility, I'm adding Resurrection Shrines for players on the 'novice' end of the platforming spectrum.

In order to unlock the power of a Shrine, you must collect 3 'Souls' from your dead corpses! (the floating blue orbs)

So here's the first of the zodiac signs i will make for the next weeks.

Demonstration of the spells and their effects :)!

Showing off player 2 ๐Ÿ˜Ž

What do you think?

Spaaaace~

These are background sprites I've created for a game I'm working on at school ^w^ Click on the post to see how the sprites connect. You won't regret it! (personally, I think it's pretty heheh)

Drawn in Piskel using my mouse. Whaddya think?

If you have more of an acquired taste, the restaurants in Niravasi have you covered! Maybe skip the salad bar, though.

2d lighting experiment