coin implementation
not done w/ coin implementation yet
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
[ext_resource path="res://Music/Level_3.mp3" type="AudioStream" id=11]
|
||||
[ext_resource path="res://GUI/Countdown Timer.tscn" type="PackedScene" id=12]
|
||||
|
||||
[sub_resource type="SegmentShape2D" id=2]
|
||||
[sub_resource type="SegmentShape2D" id=1]
|
||||
a = Vector2( 3.84175, -99.0063 )
|
||||
b = Vector2( 3.44492, 75.211 )
|
||||
|
||||
[sub_resource type="SegmentShape2D" id=3]
|
||||
[sub_resource type="SegmentShape2D" id=2]
|
||||
a = Vector2( -12.0323, 29.5732 )
|
||||
b = Vector2( 309.792, 29.724 )
|
||||
|
||||
[sub_resource type="SegmentShape2D" id=4]
|
||||
[sub_resource type="SegmentShape2D" id=3]
|
||||
a = Vector2( 369.611, 141.974 )
|
||||
b = Vector2( 49.76, 142.724 )
|
||||
|
||||
@@ -68,17 +68,25 @@ position = Vector2( 231.224, 137.179 )
|
||||
|
||||
[node name="Enemies" type="YSort" parent="YSort"]
|
||||
|
||||
[node name="Snowman 1" parent="YSort/Enemies" groups=["enemies"] instance=ExtResource( 4 )]
|
||||
[node name="Snowman 1" parent="YSort/Enemies" groups=[
|
||||
"enemies",
|
||||
] instance=ExtResource( 4 )]
|
||||
position = Vector2( 190.316, 146.569 )
|
||||
|
||||
[node name="Snowman 2" parent="YSort/Enemies" groups=["enemies"] instance=ExtResource( 4 )]
|
||||
[node name="Snowman 2" parent="YSort/Enemies" groups=[
|
||||
"enemies",
|
||||
] instance=ExtResource( 4 )]
|
||||
position = Vector2( 67.4812, 153.194 )
|
||||
|
||||
[node name="Blue Snowman 1" parent="YSort/Enemies" groups=["enemies"] instance=ExtResource( 6 )]
|
||||
[node name="Blue Snowman 1" parent="YSort/Enemies" groups=[
|
||||
"enemies",
|
||||
] instance=ExtResource( 6 )]
|
||||
position = Vector2( 259.084, 49.7897 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
[node name="Blue Snowman 2" parent="YSort/Enemies" groups=["enemies"] instance=ExtResource( 6 )]
|
||||
[node name="Blue Snowman 2" parent="YSort/Enemies" groups=[
|
||||
"enemies",
|
||||
] instance=ExtResource( 6 )]
|
||||
position = Vector2( 261.1, 142.19 )
|
||||
script = ExtResource( 7 )
|
||||
|
||||
@@ -87,28 +95,28 @@ position = Vector2( -17.4614, 141.279 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall"]
|
||||
position = Vector2( 329.803, -41.5425 )
|
||||
shape = SubResource( 2 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="wall1" type="StaticBody2D" parent="."]
|
||||
position = Vector2( 15.874, -26.1921 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall1"]
|
||||
position = Vector2( -3.71627, -0.261772 )
|
||||
shape = SubResource( 3 )
|
||||
shape = SubResource( 2 )
|
||||
|
||||
[node name="wall2" type="StaticBody2D" parent="."]
|
||||
position = Vector2( -7.93701, 71.8299 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall2"]
|
||||
position = Vector2( 8.36367, 26.9858 )
|
||||
shape = SubResource( 2 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="wall3" type="StaticBody2D" parent="."]
|
||||
position = Vector2( -49.6063, 34.526 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall3"]
|
||||
position = Vector2( 0, -4.25 )
|
||||
shape = SubResource( 4 )
|
||||
shape = SubResource( 3 )
|
||||
|
||||
[node name="coin_container" type="Control" parent="."]
|
||||
margin_right = 40.0
|
||||
|
Reference in New Issue
Block a user