le player se pilote à la souris ou avec le doigt

reste à faire: intérargir avec bob
This commit is contained in:
Thomas
2025-03-28 19:08:24 +01:00
parent 7a58999034
commit be1ef5d71c
12 changed files with 207 additions and 67 deletions

4
maps/world.gd Normal file
View File

@@ -0,0 +1,4 @@
extends TileMapLayer
class_name World
@export var obstacles: Array[TileMapLayer]

File diff suppressed because one or more lines are too long