81 lines
3.6 KiB
Text
81 lines
3.6 KiB
Text
[gd_scene load_steps=19 format=3 uid="uid://dxsp66qpvm65b"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://q2fys6o0jy6w" path="res://objects/starfield/starfield.tscn" id="1_4oowd"]
|
|
[ext_resource type="PackedScene" uid="uid://c714s5d7d5765" path="res://objects/player/player.tscn" id="2_j8ivh"]
|
|
[ext_resource type="Script" uid="uid://cj2fj7snls8aa" path="res://systems/bullets/bullet_set.gd" id="3_cf1so"]
|
|
[ext_resource type="Script" uid="uid://0ognvvq2ncd7" path="res://systems/visuals/animation_strip.gd" id="4_4oowd"]
|
|
[ext_resource type="Script" uid="uid://dntp60my5f65m" path="res://systems/bullets/bullet_behaviors/linear_motion_behavior.gd" id="4_t1bs8"]
|
|
[ext_resource type="Texture2D" uid="uid://c21fe72aym3fe" path="res://graphics/bullets/normal_bullet/test_bullet.png" id="5_4oowd"]
|
|
[ext_resource type="Script" uid="uid://vus1a0flwtnm" path="res://systems/bullets/bullet_preset.gd" id="6_sle1e"]
|
|
[ext_resource type="Texture2D" uid="uid://cgqgb84k38tbe" path="res://graphics/bullets/normal_bullet/test_bullet_overlay.png" id="7_sle1e"]
|
|
[ext_resource type="Script" uid="uid://t5lnmlng1vey" path="res://systems/bullets/spawn_patterns/spread_pattern.gd" id="8_sle1e"]
|
|
[ext_resource type="Script" uid="uid://drxrjgbmeglwp" path="res://systems/bullets/spawn_patterns/stacked_spawn_pattern.gd" id="9_c0i5a"]
|
|
[ext_resource type="Script" uid="uid://b00hsbakgtsi0" path="res://systems/bullets/spawn_patterns/targetted_spawn_pattern.gd" id="9_sle1e"]
|
|
|
|
[sub_resource type="Resource" id="Resource_c0i5a"]
|
|
script = ExtResource("4_4oowd")
|
|
texture = ExtResource("5_4oowd")
|
|
frames = 2
|
|
fps = 10.0
|
|
metadata/_custom_type_script = "uid://0ognvvq2ncd7"
|
|
|
|
[sub_resource type="Resource" id="Resource_t1bs8"]
|
|
script = ExtResource("4_t1bs8")
|
|
metadata/_custom_type_script = "uid://dntp60my5f65m"
|
|
|
|
[sub_resource type="Resource" id="Resource_1xo0o"]
|
|
script = ExtResource("4_4oowd")
|
|
texture = ExtResource("7_sle1e")
|
|
frames = 2
|
|
fps = 10.0
|
|
metadata/_custom_type_script = "uid://0ognvvq2ncd7"
|
|
|
|
[sub_resource type="Resource" id="Resource_uu3sg"]
|
|
script = ExtResource("8_sle1e")
|
|
bullet_count = 3
|
|
spread = 1.0471975511965976
|
|
metadata/_custom_type_script = "uid://t5lnmlng1vey"
|
|
|
|
[sub_resource type="Resource" id="Resource_etmxr"]
|
|
script = ExtResource("9_c0i5a")
|
|
pattern = SubResource("Resource_uu3sg")
|
|
stack_count = 6
|
|
min_speed = 60.0
|
|
max_speed = 180.0
|
|
metadata/_custom_type_script = "uid://drxrjgbmeglwp"
|
|
|
|
[sub_resource type="Resource" id="Resource_377ep"]
|
|
script = ExtResource("9_sle1e")
|
|
pattern = SubResource("Resource_etmxr")
|
|
metadata/_custom_type_script = "uid://b00hsbakgtsi0"
|
|
|
|
[sub_resource type="Resource" id="Resource_hxqcc"]
|
|
script = ExtResource("6_sle1e")
|
|
behavior = SubResource("Resource_t1bs8")
|
|
hitbox_size = Vector2i(6, 6)
|
|
base_graphics = Array[ExtResource("4_4oowd")]([SubResource("Resource_c0i5a")])
|
|
overlay_graphics = Array[ExtResource("4_4oowd")]([SubResource("Resource_1xo0o")])
|
|
colors = Array[Color]([Color(1, 0, 0, 1), Color(0, 0, 1, 1), Color(0, 1, 0, 1), Color(1, 1, 0, 1)])
|
|
pattern = SubResource("Resource_377ep")
|
|
rounds = 99999999
|
|
round_delay = 0.75
|
|
metadata/_custom_type_script = "uid://vus1a0flwtnm"
|
|
|
|
[node name="TestScene" type="Node"]
|
|
|
|
[node name="SubViewportContainer" type="SubViewportContainer" parent="."]
|
|
offset_right = 240.0
|
|
offset_bottom = 320.0
|
|
|
|
[node name="SubViewport" parent="SubViewportContainer" instance=ExtResource("1_4oowd")]
|
|
size = Vector2i(240, 320)
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_j8ivh")]
|
|
position = Vector2(122, 283)
|
|
|
|
[node name="BulletSet" type="Node2D" parent="."]
|
|
position = Vector2(122, 92)
|
|
rotation = 1.5707964
|
|
script = ExtResource("3_cf1so")
|
|
preset = SubResource("Resource_hxqcc")
|
|
metadata/_custom_type_script = "uid://cj2fj7snls8aa"
|