Skip to content

Commit 99f4c1a

Browse files
committed
resize emitter
1 parent a1fdee9 commit 99f4c1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

2d/Scene2D.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ position = Vector2( 4391.77, -6920.37 )
676676
position = Vector2( 4559.77, -7744.37 )
677677

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

@@ -1119,7 +1119,7 @@ scale = Vector2( 0.724245, 0.399792 )
11191119
dark = true
11201120

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

11241124
[node name="checkpoint" parent="BoxWall" instance=ExtResource( 12 )]
11251125
position = Vector2( -1184, -1960 )

2d/box_emitter.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[ext_resource path="res://script/box_emitter.gd" type="Script" id=1]
44

55
[sub_resource type="RectangleShape2D" id=1]
6-
extents = Vector2( 72, 8 )
6+
extents = Vector2( 120, 8 )
77

88
[node name="box_emitter" type="Node2D"]
99
script = ExtResource( 1 )

0 commit comments

Comments
 (0)