2D Platform Basics Creation
2D Platform Basics Creation
Notes: Video 1
Added: NODES USED for PLAYER:
Characterbody2D
AnimatedSprite2D
CollisionShape2D
Synopsis: Player has been created, a Camera is shown and player is Animated.
Character BASIC MOVEMENT with GRAVITY. (2d PLATFORMER)
Notes: Video 2
Added: Script to Player.
Nodes: StaticBody2D and CollisionShape2D (for this example)
Synopsis: Script was added to Player (With Default Movement Controller) Player is able to move and Jump. Player now has Gravity and Speed.
Creating SOLID Tiles (Player can Walk on Them) and Adding our Tileset.
Notes: Video 3
Nodes: Tileset
Synopsis: Tileset has been added, Ability to select which we want as SOLIDS (So player won't fall through them) Custom tile painting (small bridges / etc) Player can walk on Tiles and not FALL through the world.
Moving Platform (Player can JUMP on a platform and TRAVEL on it)
Notes: Video 4
Nodes: AnimateableBody2D
Sprite2D
CollisionShape2D
AnimationPlayer
Synopsis: Player is able to travel on a MOVING OBJECT. And also create Moving patterns with AnimationPlayer.