Skip to content
Snippets Groups Projects
Commit 48ec0c12 authored by Midras Lappe's avatar Midras Lappe
Browse files

Changed Error with LKW Mob on wrong Lane

parent 2f39322b
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ var done = false
var human_player = false
export var actions = []
export var learn_with_images = true
export var learn_with_images = false
export var show_game = true
func _ready():
......@@ -87,6 +87,7 @@ func prepareMap():
else:
activeMap = randi()%3+1
if activeMap == 1:
$Lane1Spawn.global_position = $map1Lane1Spawn.global_position
$Lane2Spawn.global_position = $map1Lane2Spawn.global_position
......
......@@ -169,10 +169,10 @@ autostart = true
position = Vector2( 3174.53, 5520.1 )
rotation = 3.14159
[node name="map1Lane1Spawn" type="Position2D" parent="."]
[node name="map1Lane2Spawn" type="Position2D" parent="."]
position = Vector2( 237.041, 243.776 )
[node name="map1Lane2Spawn" type="Position2D" parent="."]
[node name="map1Lane1Spawn" type="Position2D" parent="."]
position = Vector2( 100.316, 244.205 )
[node name="map1CarSpawn" type="Position2D" parent="."]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment