documentation pass before moving on
This commit is contained in:
parent
c6923a3133
commit
ddf3590c96
17 changed files with 84 additions and 44 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[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/simple_linear_behavior.gd" id="4_t1bs8"]
|
||||
[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="Script" uid="uid://dtuc6qerbfset" path="res://systems/bullets/spawn_patterns/ring_pattern.gd" id="6_uu3sg"]
|
||||
|
|
@ -32,7 +32,7 @@ metadata/_custom_type_script = "uid://0ognvvq2ncd7"
|
|||
|
||||
[sub_resource type="Resource" id="Resource_4oowd"]
|
||||
script = ExtResource("6_uu3sg")
|
||||
bullet_count = 1
|
||||
radius = 32.0
|
||||
metadata/_custom_type_script = "uid://dtuc6qerbfset"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_sle1e"]
|
||||
|
|
@ -44,16 +44,15 @@ property_min_values = Dictionary[StringName, float]({
|
|||
property_max_values = Dictionary[StringName, float]({
|
||||
&"direction_rotation": 3.142
|
||||
})
|
||||
iterations = 50
|
||||
metadata/_custom_type_script = "uid://ckedfcjjnv7dq"
|
||||
|
||||
[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)])
|
||||
hitbox_size = Vector2i(6, 6)
|
||||
pattern = SubResource("Resource_sle1e")
|
||||
rounds = 99999999
|
||||
round_delay = 0.5
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
[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://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://dntp60my5f65m" path="res://systems/bullets/bullet_behaviors/linear_motion_behavior.gd" id="5_jwla8"]
|
||||
[ext_resource type="Script" uid="uid://vus1a0flwtnm" path="res://systems/bullets/bullet_preset.gd" id="7_qckwa"]
|
||||
[ext_resource type="Texture2D" uid="uid://du7gh3nk66mpo" path="res://graphics/bullets/normal_bullet/bullet_1.png" id="9_6buwp"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue