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
|
|
@ -2,14 +2,16 @@
|
|||
|
||||
[ext_resource type="PackedScene" uid="uid://0ndix1r8v6i1" path="res://scenes/bullet/bullet.tscn" id="1_a54uy"]
|
||||
[ext_resource type="Script" uid="uid://58udf4vhqogw" path="res://scenes/bullet/bulletMinigun/bulletMinigun.gd" id="2_4u8er"]
|
||||
[ext_resource type="Texture2D" uid="uid://cfwyw1sr6x2np" path="res://icon.svg" id="3_xaefx"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2h1eyb147j7t" path="res://assets/bullets/minigunBullet.png" id="3_xaefx"]
|
||||
|
||||
[node name="BulletMinigun" instance=ExtResource("1_a54uy")]
|
||||
script = ExtResource("2_4u8er")
|
||||
|
||||
[node name="Sprite2D" parent="." index="1"]
|
||||
position = Vector2(4.76837e-07, 3.41061e-13)
|
||||
scale = Vector2(0.25, 0.25)
|
||||
position = Vector2(0, 0)
|
||||
texture = ExtResource("3_xaefx")
|
||||
|
||||
[node name="CollisionShape2D" parent="DamageArea" index="0"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[editable path="DamageArea"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue