Issue 320 (#396) - Mobile fixes
Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
@@ -55,9 +55,10 @@ __meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="Hotspots" type="Node2D" parent="."]
|
||||
[node name="Hotspots" type="Node" parent="."]
|
||||
|
||||
[node name="l_exit" parent="Hotspots" instance=ExtResource( 3 )]
|
||||
pause_mode = 1
|
||||
esc_script = "res://game/rooms/room06/esc/left_exit.esc"
|
||||
animations = null
|
||||
|
||||
@@ -69,6 +70,7 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="r_door" parent="Hotspots" instance=ExtResource( 5 )]
|
||||
pause_mode = 1
|
||||
esc_script = "res://game/rooms/room06/esc/r6_door.esc"
|
||||
animations = null
|
||||
|
||||
@@ -80,6 +82,7 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="worker" parent="Hotspots" instance=ExtResource( 7 )]
|
||||
pause_mode = 1
|
||||
position = Vector2( 480, 430 )
|
||||
esc_script = "res://game/rooms/room06/esc/worker.esc"
|
||||
interaction_direction = 2
|
||||
|
||||
Reference in New Issue
Block a user