End of chapter 6. A lot of problems took to much time to solve. It was good to know better Godot internal mechanism.
This commit is contained in:
5
scripts/game/maps/map.gd
Normal file
5
scripts/game/maps/map.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends TileMap
|
||||
|
||||
class_name Map
|
||||
|
||||
enum Direction { North, East, South, West }
|
||||
Reference in New Issue
Block a user