first Prototype
This commit is contained in:
parent
89503407e7
commit
c887a2168c
78 changed files with 2494 additions and 2 deletions
12
scenes/weapon/weapon.tscn
Normal file
12
scenes/weapon/weapon.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://btyuxgfn12p1y"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dpfc01642pwq0" path="res://scenes/weapon/weapon.gd" id="1_l3xq3"]
|
||||
|
||||
[node name="Weapon" type="Node2D" groups=["weapon"]]
|
||||
script = ExtResource("1_l3xq3")
|
||||
|
||||
[node name="cooldownTimer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="BulletPoint" type="Marker2D" parent="."]
|
||||
position = Vector2(0, -128)
|
||||
Loading…
Add table
Add a link
Reference in a new issue