68 lines
2.5 KiB
Text
68 lines
2.5 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://iw8yexi5dokg"]
|
|
|
|
[ext_resource type="Script" uid="uid://tlx7l1b53wm7" path="res://Levels/main.gd" id="1_yny7g"]
|
|
[ext_resource type="PackedScene" uid="uid://b72obu30gqg1g" path="res://UI Elements/scene_utils.tscn" id="2_k7c83"]
|
|
[ext_resource type="PackedScene" uid="uid://d0h7r8gitcntt" path="res://player/player.tscn" id="3_cyp82"]
|
|
[ext_resource type="PackedScene" uid="uid://bmlfyt1ykh3aq" path="res://planet/planet_v_2.tscn" id="4_flkki"]
|
|
[ext_resource type="PackedScene" uid="uid://4s3rjs7m32hk" path="res://asteroid_belt/asteroid_belt.tscn" id="5_axee5"]
|
|
[ext_resource type="PackedScene" uid="uid://nccnr30bmrud" path="res://collectibles/collectible.tscn" id="6_h388b"]
|
|
[ext_resource type="PackedScene" uid="uid://dxufmneynppid" path="res://planet/Deathlaser.tscn" id="7_5eyag"]
|
|
|
|
[node name="main" type="Node2D"]
|
|
script = ExtResource("1_yny7g")
|
|
level_name = "Level 12"
|
|
|
|
[node name="scene_utils" parent="." instance=ExtResource("2_k7c83")]
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="player" parent="." groups=["player"] instance=ExtResource("3_cyp82")]
|
|
position = Vector2(264, 512)
|
|
spawn_rotation = 270
|
|
dies_on_screen_leave = true
|
|
|
|
[node name="planet_v2_4" parent="." instance=ExtResource("4_flkki")]
|
|
position = Vector2(254, 352)
|
|
planet_type = 4
|
|
clockwise = false
|
|
|
|
[node name="planet_v2_5" parent="." instance=ExtResource("4_flkki")]
|
|
position = Vector2(1568, 831)
|
|
planet_type = 4
|
|
|
|
[node name="planet_v3" parent="." instance=ExtResource("4_flkki")]
|
|
position = Vector2(1024, 768)
|
|
size_scale = 5.0
|
|
|
|
[node name="planet_v5" parent="." instance=ExtResource("4_flkki")]
|
|
position = Vector2(1728, 255)
|
|
size_scale = 5.0
|
|
win_planet = true
|
|
|
|
[node name="planet_v4" parent="." instance=ExtResource("4_flkki")]
|
|
position = Vector2(768, 255)
|
|
size_scale = 5.0
|
|
planet_type = 5
|
|
clockwise = false
|
|
|
|
[node name="asteroid_belt" parent="." instance=ExtResource("5_axee5")]
|
|
position = Vector2(1024, -1216)
|
|
|
|
[node name="collectible" parent="." instance=ExtResource("6_h388b")]
|
|
position = Vector2(672, 576)
|
|
|
|
[node name="collectible2" parent="." instance=ExtResource("6_h388b")]
|
|
position = Vector2(1344, 96)
|
|
id = 2
|
|
|
|
[node name="collectible3" parent="." instance=ExtResource("6_h388b")]
|
|
position = Vector2(672, 937)
|
|
id = 1
|
|
|
|
[node name="Deathlaser" parent="." instance=ExtResource("7_5eyag")]
|
|
position = Vector2(1344, 255)
|
|
rotation = -0.00224159
|
|
rotation_speed_in_deg_per_second = 50
|
|
|
|
[node name="Deathlaser2" parent="." instance=ExtResource("7_5eyag")]
|
|
position = Vector2(672, 767)
|
|
rotation_speed_in_deg_per_second = 50
|