itch.io is community of indie game creators and players

Devlogs

Sped 1.1 Development Update

Sped
A downloadable game for Windows, Linux, and Android

*SPOILERS FOR SPED 1.1*

First: This is not an April fools joke.
In this Devlog I want to show the Features that are in 1.1 and will be in 1.1!

New Level Mechanics

New Level Mechanics in the 1.1 Update will include:

  • Moving Platforms
  • Semisolid Platforms (transparent)

The moving Platforms don't move the Player with the platforms. I should tho, I don't know why so uh yeah.

Five New Extra Levels

After you beat the normal 15 Levels from 1.0, you will be able to play the new 5 Levels with the new objects. Two of them are already done.


Other News

If you played the Game and used full screen, what you probably did, you have noticed the black borders on the side.

So I have changed all of that and i now works.

########### CAM ZOOMING ###########     
cam_zoom_x = get_viewport_rect().size.x/1024 - 1 #this is a little sketchy..
cam_zoom_y = get_viewport_rect().size.y/600 - 1 
if cam_zoom_x >= 1.0:
    cam_zoom_x = 0.99
if cam_zoom_y >= 1.0:
    cam_zoom_y = 0.99
if cam_zoom_x >= cam_zoom_y:
    cam_zoom = cam_zoom_x / 2
else:
    cam_zoom = cam_zoom_y / 2
$Camera2D.zoom.x = 1 - cam_zoom
$Camera2D.zoom.y = 1 - cam_zoom

The textures also have higher resolution now.

Closing Words

I hope you like the new features and if you have any ideas let me know.
You can download the game in Version 1.0.2_01 down there. fun

(Notice to my friend: The Playtest demo is done when i made the levels)


Files

  • Sped 1.0.2_01.zip 24 MB
    Mar 20, 2024
  • Sped 1.0.2_01.apk 34 MB
    Mar 20, 2024
Download Sped
Leave a comment