101 lines
4.1 KiB
Text
101 lines
4.1 KiB
Text
[gd_scene load_steps=16 format=3 uid="uid://mk5n0hrwk4yi"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/scripts/test_level.gd" id="1_lgt1m"]
|
|
[ext_resource type="PackedScene" uid="uid://dyu4mucawjlu6" path="res://entities/Beehive.tscn" id="2_5ueyo"]
|
|
[ext_resource type="PackedScene" uid="uid://d1uawawum16b0" path="res://scenes/elements/background.tscn" id="2_w0b0n"]
|
|
[ext_resource type="Script" path="res://scenes/scripts/pesticide.gd" id="3_gg2a6"]
|
|
[ext_resource type="Texture2D" uid="uid://cgwtb4gxypaj1" path="res://resources/textures/tree.png" id="3_hwsnj"]
|
|
[ext_resource type="PackedScene" uid="uid://cfhoi2rqxa3up" path="res://entities/Dog.tscn" id="4_xlyy4"]
|
|
[ext_resource type="PackedScene" uid="uid://b7eeptlk47ymd" path="res://ui/UiComponent.tscn" id="6_xuemm"]
|
|
[ext_resource type="PackedScene" uid="uid://cwutwy11pityw" path="res://ui/LevelCompleteComponent.tscn" id="8_4k5cm"]
|
|
[ext_resource type="PackedScene" uid="uid://ddf2mkkw1trkj" path="res://scenes/elements/bee_spawner.tscn" id="8_admu4"]
|
|
[ext_resource type="Script" path="res://ui/scripts/level_complete_component.gd" id="9_qrlto"]
|
|
[ext_resource type="PackedScene" uid="uid://ct3c16xm33r2a" path="res://scenes/elements/drone_manager.tscn" id="10_rmaj1"]
|
|
[ext_resource type="AudioStream" uid="uid://bgcbd6xf0lyrr" path="res://resources/music/bee_background.ogg" id="12_5cn5j"]
|
|
[ext_resource type="AudioStream" uid="uid://dvsjpsh5dyixq" path="res://resources/SFX/mixkit-european-spring-forest-ambience-1219.wav" id="13_nttuq"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_usqp5"]
|
|
radius = 142.316
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ewfly"]
|
|
radius = 252.15
|
|
|
|
[node name="TestLevel" type="Node2D"]
|
|
script = ExtResource("1_lgt1m")
|
|
|
|
[node name="Background" parent="." instance=ExtResource("2_w0b0n")]
|
|
|
|
[node name="Tree" type="Sprite2D" parent="."]
|
|
position = Vector2(1073, 529)
|
|
scale = Vector2(0.5, 0.5)
|
|
texture = ExtResource("3_hwsnj")
|
|
|
|
[node name="Tree2" type="Sprite2D" parent="Tree"]
|
|
self_modulate = Color(0, 0, 0, 0.0784314)
|
|
show_behind_parent = true
|
|
position = Vector2(10, 10)
|
|
texture = ExtResource("3_hwsnj")
|
|
|
|
[node name="Beehive" parent="." groups=["beehive"] instance=ExtResource("2_5ueyo")]
|
|
unique_name_in_owner = true
|
|
position = Vector2(163, 489)
|
|
|
|
[node name="Flower" type="Polygon2D" parent="."]
|
|
position = Vector2(278, -97)
|
|
color = Color(0.301961, 0.607843, 0.901961, 1)
|
|
polygon = PackedVector2Array(752, 145, 875, 200, 893, 272, 866, 359, 781, 427, 715, 362, 659, 226)
|
|
|
|
[node name="Area2D" type="Area2D" parent="Flower" groups=["flowers"]]
|
|
position = Vector2(777.707, 282)
|
|
collision_layer = 7
|
|
collision_mask = 7
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Flower/Area2D"]
|
|
shape = SubResource("CircleShape2D_usqp5")
|
|
|
|
[node name="Label" type="Label" parent="Flower"]
|
|
offset_left = 721.0
|
|
offset_top = 243.0
|
|
offset_right = 852.0
|
|
offset_bottom = 266.0
|
|
text = "Flower patch bro"
|
|
|
|
[node name="Pesticide" type="Polygon2D" parent="."]
|
|
position = Vector2(561, 76)
|
|
color = Color(0.682353, 0.137255, 0.203922, 1)
|
|
polygon = PackedVector2Array(-201, -145, 111, -237, 250, -30, 185, 172, -80, 253, -259, 82)
|
|
script = ExtResource("3_gg2a6")
|
|
|
|
[node name="DeathBox" type="Area2D" parent="Pesticide"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Pesticide/DeathBox"]
|
|
shape = SubResource("CircleShape2D_ewfly")
|
|
|
|
[node name="Dog" parent="." instance=ExtResource("4_xlyy4")]
|
|
position = Vector2(705, 491)
|
|
|
|
[node name="BeeSpawner" parent="." instance=ExtResource("8_admu4")]
|
|
|
|
[node name="UiComponent" parent="." instance=ExtResource("6_xuemm")]
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
|
|
[node name="DroneManager" parent="." instance=ExtResource("10_rmaj1")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="LevelCompleteComponent" parent="." instance=ExtResource("8_4k5cm")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
z_index = 999
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
script = ExtResource("9_qrlto")
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("12_5cn5j")
|
|
volume_db = -18.0
|
|
autoplay = true
|
|
|
|
[node name="AudioStreamPlayer2" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("13_nttuq")
|
|
autoplay = true
|