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

Another house i made long time ago.

Quantum precognition is one of the most powerful cards. End game cards & equipment. Demo/alpha build boss is no match for this deck.

Sometimes the suction cup get sticky. Small animation I made in Blender after doing my tutorial on picking up/dropping objects in animations. Crate model by jQueary (https://sketchfab.com/3d-models/game-ready-sci-fi-crate-d98deca6…).

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

Regular exercise is key for healthy wings.

Try it out!

https://gamejolt.com/games/AeonNightmares/605184

Our menu, gathered a huge feedback and positive comments among foreign audience, what you say? Game Steam: https://store.steampowered.com/app/1543090/LiBER/

Here's a Fredbear sprite i made in Aseprite! I'm pretty proud of this!

(Btw, sorry for the double post! I'll try to post less)

Development of my game Juno. This is the rune equipment system.

Usually update over on twitter: https://twitter.com/synrec_kaisyl

Hey you, rookie! Yes, I am talking to you!! Come over here? Relax! Just stick to me and everything will be fine. By the way, my name is James Varhuher, but you can call me Big J. I will bring you up to speed.