the boss!
This commit is contained in:
parent
1e618d8cd4
commit
abd45d7d64
14 changed files with 445 additions and 2 deletions
11
graphics/bullets/normal_bullet/test_bullet_strip.tres
Normal file
11
graphics/bullets/normal_bullet/test_bullet_strip.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="AnimationStrip" load_steps=3 format=3 uid="uid://d4nwqsr1tyguc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://0ognvvq2ncd7" path="res://systems/visuals/animation_strip.gd" id="1_s564h"]
|
||||
[ext_resource type="Texture2D" uid="uid://c21fe72aym3fe" path="res://graphics/bullets/normal_bullet/test_bullet.png" id="2_w8fao"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_s564h")
|
||||
texture = ExtResource("2_w8fao")
|
||||
frames = 2
|
||||
fps = 10.0
|
||||
metadata/_custom_type_script = "uid://0ognvvq2ncd7"
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="AnimationStrip" load_steps=3 format=3 uid="uid://comjbd70kctg8"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://0ognvvq2ncd7" path="res://systems/visuals/animation_strip.gd" id="1_8q4ym"]
|
||||
[ext_resource type="Texture2D" uid="uid://cgqgb84k38tbe" path="res://graphics/bullets/normal_bullet/test_bullet_overlay.png" id="2_mrles"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_8q4ym")
|
||||
texture = ExtResource("2_mrles")
|
||||
frames = 2
|
||||
fps = 10.0
|
||||
metadata/_custom_type_script = "uid://0ognvvq2ncd7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue