Sped 1.1 Development Update
*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.
I also had to change some stuff with the camera or else you would be able to see to much in full screen to I have coded some stuff. It works but it's very. Uh. A little sktechy so i wanted to show you the code. Please notice it is coded in GodotScript and Godot 3.5.1
########### 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
Get Sped
Sped
A Sped platformer
Status | Released |
Author | Marlon49 |
Genre | Platformer |
Tags | 2D, Singleplayer |
More posts
- Sped 1.1 Update83 days ago
Leave a comment
Log in with itch.io to leave a comment.