Level 1 implemented
Level 1 playable; more to be added
This commit is contained in:
@@ -11,32 +11,56 @@
|
||||
[node name="Space Level" type="Node2D"]
|
||||
script = ExtResource( 5 )
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 4 )]
|
||||
position = Vector2( 178.673, 89.1493 )
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="Player"]
|
||||
current = true
|
||||
limit_left = 0
|
||||
limit_top = 0
|
||||
limit_right = 640
|
||||
limit_bottom = 360
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
rect_scale = Vector2( 4, 4 )
|
||||
margin_right = 160.0
|
||||
margin_bottom = 90.0
|
||||
rect_scale = Vector2( 2.5, 2.5 )
|
||||
texture = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 2 )]
|
||||
[node name="YSort" type="YSort" parent="."]
|
||||
|
||||
[node name="Pause Screen" parent="." instance=ExtResource( 3 )]
|
||||
[node name="Player" parent="YSort" instance=ExtResource( 4 )]
|
||||
position = Vector2( 178.673, 89.1493 )
|
||||
|
||||
[node name="Dark Matter" parent="." instance=ExtResource( 6 )]
|
||||
[node name="Camera2D" type="Camera2D" parent="YSort/Player"]
|
||||
current = true
|
||||
limit_left = 0
|
||||
limit_top = 0
|
||||
limit_right = 400
|
||||
limit_bottom = 225
|
||||
|
||||
[node name="Enemies" type="YSort" parent="YSort"]
|
||||
|
||||
[node name="Dark Matter" parent="YSort/Enemies" instance=ExtResource( 6 )]
|
||||
position = Vector2( 97.0154, 82.0323 )
|
||||
collision_mask = 0
|
||||
|
||||
[node name="Star" parent="." instance=ExtResource( 7 )]
|
||||
[node name="Dark Matter2" parent="YSort/Enemies" instance=ExtResource( 6 )]
|
||||
position = Vector2( 205.006, 50.8542 )
|
||||
|
||||
[node name="Dark Matter3" parent="YSort/Enemies" instance=ExtResource( 6 )]
|
||||
position = Vector2( 321.547, 98.5301 )
|
||||
|
||||
[node name="Dark Matter4" parent="YSort/Enemies" instance=ExtResource( 6 )]
|
||||
position = Vector2( 72.0435, 202.887 )
|
||||
|
||||
[node name="Dark Matter5" parent="YSort/Enemies" instance=ExtResource( 6 )]
|
||||
position = Vector2( 289.233, 198.649 )
|
||||
|
||||
[node name="Stars" type="YSort" parent="YSort"]
|
||||
|
||||
[node name="Star" parent="YSort/Stars" instance=ExtResource( 7 )]
|
||||
position = Vector2( 140.092, 133.724 )
|
||||
|
||||
[node name="Star2" parent="YSort/Stars" instance=ExtResource( 7 )]
|
||||
position = Vector2( 278.639, 33.3731 )
|
||||
|
||||
[node name="Star3" parent="YSort/Stars" instance=ExtResource( 7 )]
|
||||
position = Vector2( 323.666, 161.038 )
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="Pause Screen" parent="." instance=ExtResource( 3 )]
|
||||
|
Reference in New Issue
Block a user