gay lover
This commit is contained in:
parent
4ff19610d3
commit
f44f38b58c
9 changed files with 154 additions and 96 deletions
|
|
@ -1,47 +1,29 @@
|
|||
[gd_scene load_steps=15 format=3 uid="uid://tt12jx4uauwn"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://tt12jx4uauwn"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c50bfqprpitev" path="res://icon.svg" id="1_ufr73"]
|
||||
[ext_resource type="PackedScene" uid="uid://c714s5d7d5765" path="res://objects/player/player.tscn" id="2_ikr60"]
|
||||
[ext_resource type="Script" uid="uid://cj2fj7snls8aa" path="res://systems/bullets/bullet_set.gd" id="3_hwssd"]
|
||||
[ext_resource type="Script" uid="uid://pn143vuxc7wp" path="res://systems/bullets/bullet_actions/despawn_action.gd" id="4_4ctm6"]
|
||||
[ext_resource type="Script" uid="uid://d238qii8i2byl" path="res://systems/bullets/spawn_patterns/line_pattern.gd" id="5_e0h7n"]
|
||||
[ext_resource type="Script" uid="uid://dntp60my5f65m" path="res://systems/bullets/bullet_behaviors/simple_linear_behavior.gd" id="5_jwla8"]
|
||||
[ext_resource type="Script" uid="uid://dtuc6qerbfset" path="res://systems/bullets/spawn_patterns/ring_pattern.gd" id="6_5wg4x"]
|
||||
[ext_resource type="Script" uid="uid://vus1a0flwtnm" path="res://systems/bullets/bullet_preset.gd" id="7_qckwa"]
|
||||
[ext_resource type="Script" uid="uid://5scjonwmg8tw" path="res://systems/bullets/set_behaviors/rotation_set_behavior.gd" id="8_etx6j"]
|
||||
[ext_resource type="Texture2D" uid="uid://du7gh3nk66mpo" path="res://graphics/bullets/normal_bullet/bullet_1.png" id="9_6buwp"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_sle1e"]
|
||||
script = ExtResource("4_4ctm6")
|
||||
metadata/_custom_type_script = "uid://pn143vuxc7wp"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_c0i5a"]
|
||||
[sub_resource type="Resource" id="Resource_ntnp3"]
|
||||
script = ExtResource("5_jwla8")
|
||||
initial_speed = 128.0
|
||||
acceleration = -64.0
|
||||
min_speed = 0.0
|
||||
action_speed_clamped = SubResource("Resource_sle1e")
|
||||
initial_speed = 40.0
|
||||
acceleration = 10.0
|
||||
metadata/_custom_type_script = "uid://dntp60my5f65m"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_cf1so"]
|
||||
script = ExtResource("6_5wg4x")
|
||||
bullet_count = 5
|
||||
metadata/_custom_type_script = "uid://dtuc6qerbfset"
|
||||
[sub_resource type="Resource" id="Resource_es5vp"]
|
||||
script = ExtResource("5_e0h7n")
|
||||
bullet_count = 1
|
||||
metadata/_custom_type_script = "uid://d238qii8i2byl"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_4oowd"]
|
||||
script = ExtResource("8_etx6j")
|
||||
rotation_speed = -1.5707963267948966
|
||||
spawn_rotation_speed = 6.283185307179586
|
||||
metadata/_custom_type_script = "uid://5scjonwmg8tw"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_uu3sg"]
|
||||
[sub_resource type="Resource" id="Resource_ufr73"]
|
||||
script = ExtResource("7_qckwa")
|
||||
behavior = SubResource("Resource_c0i5a")
|
||||
behavior = SubResource("Resource_ntnp3")
|
||||
textures = Array[Texture2D]([ExtResource("9_6buwp")])
|
||||
hitbox_size = Vector2i(6, 6)
|
||||
pattern = SubResource("Resource_cf1so")
|
||||
rounds = 100000
|
||||
round_delay = 0.5
|
||||
set_behavior = SubResource("Resource_4oowd")
|
||||
pattern = SubResource("Resource_es5vp")
|
||||
metadata/_custom_type_script = "uid://vus1a0flwtnm"
|
||||
|
||||
[node name="TestScene" type="Node"]
|
||||
|
|
@ -56,5 +38,5 @@ position = Vector2(100, 99)
|
|||
[node name="BulletSet" type="Node2D" parent="."]
|
||||
position = Vector2(111, 152)
|
||||
script = ExtResource("3_hwssd")
|
||||
preset = SubResource("Resource_uu3sg")
|
||||
preset = SubResource("Resource_ufr73")
|
||||
metadata/_custom_type_script = "uid://cj2fj7snls8aa"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue