Make your first 2D grid-based game from scratch in Godot
Video Statistics and Information
Channel: Emilio
Views: 33,449
Rating: undefined out of 5
Keywords: kinematicbody, staticbody, collisions, area2d, raycast, game, tutorial, sokoban, box
Id: HmnwNadwHWI
Channel Id: undefined
Length: 36min 8sec (2168 seconds)
Published: Thu Apr 02 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
May I ask why you are not using a Tilemap for the level design and Godot's built in collision system to allow/prohibit a KinematicBody2D to move?
Really good tutorial, thank you!