Controls: -'arrow keys'/'w,a,d' to move -Press 'm' to show/hide the map -'space' to attack | if activated in menu: 'mouse click' to attack _____________________________ Skills: speed | increases the walking speed defence | increases the chance of parrying an attack strength/archery/magic | increases the damage dealt _____________________________ A collaboration of the solvedStudio... _____________________________ Currently working on this project: @solved @PaulRHJT (creator of the music) @Bip901 (using the account @bip902) @Atom_Scratch @mooseman24 ______________________________
v0.3.1: Speed, speed, speed! The game should be much friendlier to your computer now ;D I did the same changes as I did on my sequel to Craft A Level (to get the game faster) and it's so fast now... So, what was changed exactly? I found out that using 'repeat *number*'-blocks in scratch are much faster than 'repeat until *x=y*'-blocks! Even if you wouldn't go through all items of a list using the 'repeat until *x=y*-block', the 'repeat *number*'-block is much faster! We're updating the map very often in a second, so it is a huge improvement, that we're using 'repeat *number*'-blocks now! ________________________________ I just recognized that this changes even fixes the random lag appearing if using a building :) ________________________________ I fixed wrong range attack spawning position, too!