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:
Dennis Ploeger
2021-09-23 08:32:08 +02:00
committed by GitHub
parent bb93dc1ef3
commit 60ea4d851b
82 changed files with 897 additions and 427 deletions

View File

@@ -74,9 +74,10 @@ script = ExtResource( 9 )
global_id = "r4_player_start"
is_start_location = true
[node name="Hotspots" type="Node2D" parent="."]
[node name="Hotspots" type="Node" parent="."]
[node name="l_door" type="Area2D" parent="Hotspots"]
pause_mode = 1
script = ExtResource( 5 )
global_id = "l_exit"
esc_script = "res://game/rooms/room04/esc/left_exit.esc"
@@ -92,6 +93,7 @@ position = Vector2( 83.6298, 279.703 )
script = ExtResource( 9 )
[node name="r_door" type="Area2D" parent="Hotspots"]
pause_mode = 1
script = ExtResource( 5 )
global_id = "r_exit"
esc_script = "res://game/rooms/room04/esc/right_exit.esc"