Weekly Update #3 - Moving around the game world with Portal2Ds
Hey! ๐๐ท
In this week's update, I want to introduce you to one of the coolest recipes in this ebook! The Portal2D recipe.
You can read it already in the Platformer Essentials Cookbook - Early Access v0.4.0(attached in this devlog).
The Portal2D recipe is essentially a specialized InteractiveArea2D that once players interact with it, the Portal2D teleport them to a pre-defined area in the game world.
With this in our tool belts, we can integrate areas previously isolated. It's powerful enough to create an interactive level selection menu, like in Cuphead:
It also allows to make in-level areas integration. Awesome for procedurally generated levels like in Flinthook.
But also, simple level or area transitions in the game world itself, such as in Hollow Knight.
Coming this week
This week I'll be proofreading the Checkpoint2D recipe. It's used to allow players to maintain some progress in a level exploration even if they fail a given test that ends up killing them. So instead of going back to the start of a level, they get back to a given point in space closer to where the level tested them.
Wrapping up
With that, we are only TWO chapters away from finishing proofreading.
Proofread | Yet to proofread |
---|---|
โ BasicMovingCharacter2D | โ Checkpoint2D |
โ PassThroughCharacter2D | โ Switch2D |
โ MovingPlatform2D | |
โ PathFollowPlatform2D | |
โ Hazard2D | |
โ BumpingEnemy2D | |
โ Stomping/StompableObject2D | |
โ PathFollowEnemy2D | |
โ InteractiveArea2D | |
โ Portal2D |
That's it,
Keep developing, and until the next time!~
Files
Get Platformer Essentials Cookbook
Platformer Essentials Cookbook
A 180+ pages ebook with 12 step-by-step tutorials with essential features to create platformer games
Status | Released |
Category | Book |
Author | Pigdev |
Genre | Educational, Platformer |
Tags | 2D, Asset Pack, Boss battle, Godot, Immersive, Non violent, Open Source, Tutorial |
Languages | English |
Accessibility | Color-blind friendly, High-contrast |
More posts
- Added Switch2D RecipeFeb 22, 2024
- Customization & Accessibility: Unveiling the InputRemapButton Recipe ๐ฎFeb 12, 2024
- ๐First Extra Recipe Unveiled - WallJumpingCharacter2D! ๐Jan 25, 2024
- ๐Our Journey to Top Seller on itch.io!๐Dec 29, 2023
- Fix - Godot Engine 3.5 -> 4.0 exportsApr 11, 2023
- Weekly Update #6 - Get ready for Godot Engine 4.0!Feb 13, 2023
- Weekly Update #5 - Major Update: The final Original Recipe, the Switch2DFeb 06, 2023
- Weekly Update #4 - Maintaining progress with Checkpoint2DJan 31, 2023
- Weekly Update #2 - Exploring the Game World with the InteractiveArea2D recipeJan 16, 2023
Leave a comment
Log in with itch.io to leave a comment.