putting together in Main scene
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user