Skip to content

Commit

Permalink
resize emitter
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Dec 6, 2020
1 parent a1fdee9 commit 99f4c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2d/Scene2D.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ position = Vector2( 4391.77, -6920.37 )
position = Vector2( 4559.77, -7744.37 )

[node name="Wall18" parent="Riddle" instance=ExtResource( 9 )]
position = Vector2( 3317.02, -6960 )
position = Vector2( 3291.62, -6960 )
rotation = 0.0
scale = Vector2( 0.15, 32 )

Expand Down Expand Up @@ -1119,7 +1119,7 @@ scale = Vector2( 0.724245, 0.399792 )
dark = true

[node name="box_emitter" parent="BoxWall" instance=ExtResource( 15 )]
position = Vector2( -1792, -4136 )
position = Vector2( -1771, -4171 )

[node name="checkpoint" parent="BoxWall" instance=ExtResource( 12 )]
position = Vector2( -1184, -1960 )
Expand Down
2 changes: 1 addition & 1 deletion 2d/box_emitter.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[ext_resource path="res://script/box_emitter.gd" type="Script" id=1]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 72, 8 )
extents = Vector2( 120, 8 )

[node name="box_emitter" type="Node2D"]
script = ExtResource( 1 )
Expand Down

0 comments on commit 99f4c1a

Please sign in to comment.