Initial commit.
This commit is contained in:
commit
142bf87eca
24 changed files with 356 additions and 0 deletions
11
resources/shot_stock.tres
Normal file
11
resources/shot_stock.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="PlayerShot" format=3 uid="uid://cels8t3hqjtsu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccdohs4gduee5" path="res://scripts/player_shot.gd" id="1_dpne1"]
|
||||
[ext_resource type="Texture2D" uid="uid://ti1uy42vnnhw" path="res://graphics/shot.png" id="2_fu23f"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_dpne1")
|
||||
shot_name = "Stock"
|
||||
speed = -300
|
||||
cooldown = 0.0
|
||||
metadata/_custom_type_script = "uid://ccdohs4gduee5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue