title: 2D Movement in Godot 4 using TileMap
sources: https://www.youtube.com/watch?v=9u1Dq6h7sGU
media_link: https://www.youtube.com/watch?v=9u1Dq6h7sGU
Authors:
- "[[Retrobright]]"
contentPublished: 2023-09-07
noteCreated: 2025-01-28
description: "Assets: https://www.kenney.nl/assets/tiny-dungeonIn this video we take a look at how to implement 2D movement based on TileMap cells in combination with custom data layers and collision shapes."
tags:
- clippings
- video
takeaways:
subjects:
- "[[tile maps in Godot]]"
Status: INTERESTING
publish: true
Youtube_Duration: 19:26In this video we take a look at how to implement 2D movement based on TileMap cells in combination with custom data layers and collision shapes.
func move(direction: Vector2))