59 lines
2 KiB
Text
59 lines
2 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://bkb470ah8d8xe"]
|
|
|
|
[ext_resource type="Script" uid="uid://tlx7l1b53wm7" path="res://Levels/main.gd" id="1_b35ts"]
|
|
[ext_resource type="PackedScene" uid="uid://b72obu30gqg1g" path="res://UI Elements/scene_utils.tscn" id="2_nq7ae"]
|
|
[ext_resource type="PackedScene" uid="uid://d0h7r8gitcntt" path="res://player/player.tscn" id="3_x7bhy"]
|
|
[ext_resource type="PackedScene" uid="uid://4s3rjs7m32hk" path="res://asteroid_belt/asteroid_belt.tscn" id="4_8p51o"]
|
|
[ext_resource type="PackedScene" uid="uid://nccnr30bmrud" path="res://collectibles/collectible.tscn" id="5_vxqdh"]
|
|
[ext_resource type="PackedScene" uid="uid://bmlfyt1ykh3aq" path="res://planet/planet_v_2.tscn" id="6_g7xf5"]
|
|
|
|
[node name="main" type="Node2D"]
|
|
script = ExtResource("1_b35ts")
|
|
level_name = "Level 13"
|
|
|
|
[node name="scene_utils" parent="." instance=ExtResource("2_nq7ae")]
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="player" parent="." groups=["player"] instance=ExtResource("3_x7bhy")]
|
|
position = Vector2(64, 511)
|
|
spawn_rotation = 270
|
|
dies_on_screen_leave = true
|
|
|
|
[node name="asteroid_belt" parent="." instance=ExtResource("4_8p51o")]
|
|
position = Vector2(416, 511)
|
|
speed = 1000
|
|
number_of_holes = 4
|
|
hole_size_in_deg = 30
|
|
circle_radius = 470
|
|
|
|
[node name="collectible" parent="." instance=ExtResource("5_vxqdh")]
|
|
position = Vector2(416, 736)
|
|
|
|
[node name="collectible2" parent="." instance=ExtResource("5_vxqdh")]
|
|
position = Vector2(1536, 96)
|
|
id = 2
|
|
|
|
[node name="collectible3" parent="." instance=ExtResource("5_vxqdh")]
|
|
position = Vector2(960, 255)
|
|
id = 1
|
|
|
|
[node name="planet_v2" parent="." instance=ExtResource("6_g7xf5")]
|
|
position = Vector2(416, 511)
|
|
planet_type = 2
|
|
moon = true
|
|
moon_radius = 250
|
|
moon_speed = 50
|
|
|
|
[node name="asteroid_belt2" parent="." instance=ExtResource("4_8p51o")]
|
|
position = Vector2(1536, 511)
|
|
speed = -1000
|
|
number_of_holes = 4
|
|
hole_size_in_deg = 30
|
|
circle_radius = 470
|
|
|
|
[node name="planet_v3" parent="." instance=ExtResource("6_g7xf5")]
|
|
position = Vector2(1536, 511)
|
|
planet_type = 2
|
|
win_planet = true
|
|
moon = true
|
|
moon_radius = 250
|