putting together in Main scene

This commit is contained in:
2020-10-30 15:23:13 +01:00
parent e528d2ec7f
commit edc4b5630d
16 changed files with 433 additions and 188 deletions

View File

@@ -4,9 +4,10 @@ extends Label
func _ready():
set_visible(false)
func _on_TileMap_wrong_way(coords):
func _on_RaceTrack_wrong_way(coords):
if coords == Vector2(-1,-1):
set_visible(false)
else:
set_visible(true)
set_position(coords)
set_position(coords)