Skip to content

Commit

Permalink
adjusted the timer end slightly to catch the whole floor
Browse files Browse the repository at this point in the history
  • Loading branch information
GTcreyon committed Apr 8, 2022
1 parent 34d245b commit 427ec63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions actors/timer_end.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[ext_resource path="res://actors/timer_end.gd" type="Script" id=1]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 141.25, 59.5 )
extents = Vector2( 275.75, 59.5 )

[node name="TimerEnd" type="Area2D"]
collision_layer = 0
collision_mask = 2
script = ExtResource( 1 )

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 97.75, -3.5 )
position = Vector2( 232.25, -3.5 )
shape = SubResource( 1 )
2 changes: 1 addition & 1 deletion scenes/tutorial_1/tutorial_1_4.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -469,4 +469,4 @@ scene_path = "res://scenes/tutorial_1/tutorial_1_3.tscn"
size = Vector2( 2000, 50 )

[node name="TimerEnd" parent="." instance=ExtResource( 22 )]
position = Vector2( 715, -552 )
position = Vector2( 712, -552 )

0 comments on commit 427ec63

Please sign in to comment.