Skip to content

Commit 19d9d0d

Browse files
committed
further simplify falling boxes
1 parent 9d1fa5b commit 19d9d0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

2d/Scene2D.tscn

+3-3
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ position = Vector2( 1536, -416 )
10871087
gravity_scale = 18.0
10881088

10891089
[node name="box_killzone" parent="BoxWall" instance=ExtResource( 14 )]
1090-
position = Vector2( -2000, -336 )
1090+
position = Vector2( -1979.82, -325.908 )
10911091

10921092
[node name="Lava" parent="BoxWall" instance=ExtResource( 6 )]
10931093
position = Vector2( -2432, -744 )
@@ -1099,7 +1099,7 @@ gravity_scale = 18.0
10991099

11001100
[node name="Wall44" parent="BoxWall" instance=ExtResource( 9 )]
11011101
modulate = Color( 0.11, 0.11, 0.11, 1 )
1102-
position = Vector2( -2907.82, -4474.54 )
1102+
position = Vector2( -3069.56, -4474.54 )
11031103
rotation = 0.0
11041104
scale = Vector2( 0.80002, 49.88 )
11051105
dark = true
@@ -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( -1759.54, -4154.35 )
1122+
position = Vector2( -1882.38, -4147.62 )
11231123

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

2d/box_emitter.tscn

+1-1
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)