added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
|
|
@ -1,9 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://y7lohopyn6bw"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://y7lohopyn6bw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://0ndix1r8v6i1" path="res://scenes/bullet/bullet.tscn" id="1_0cdtm"]
|
||||
[ext_resource type="Script" uid="uid://b884kxhja5sib" path="res://scenes/bullet/bulletRailgun/bulletRailgun.gd" id="2_pmqys"]
|
||||
[ext_resource type="Texture2D" uid="uid://xj1r10s5lg48" path="res://assets/bullets/railgunBullet.png" id="3_5rfgl"]
|
||||
|
||||
[node name="BulletRailgun" instance=ExtResource("1_0cdtm")]
|
||||
script = ExtResource("2_pmqys")
|
||||
|
||||
[node name="Sprite2D" parent="." index="1"]
|
||||
texture = ExtResource("3_5rfgl")
|
||||
|
||||
[editable path="DamageArea"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue