Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 514 Bytes

File metadata and controls

17 lines (14 loc) · 514 Bytes

Godot 2D Platformer Move and Jump

Godot 3.2 2D Platformer scripting move and jump, with floor and obstacle.

  • Import Asset
  • Create Background Scene with Floor
  • Create Player Scene
  • Create World Scene
  • Player Scripting - Gravity
  • Player Movement / Walk
  • Prevent Player go off screen
  • Player Jump
  • Prevent jump in mid air (double jump)
  • Add Obstacle
  • Fix Player Floaty Jump

Godot 2D Platformer Move and Jump