Adding loads of icons and starting refactor of weapons and mods
This commit is contained in:
parent
1a959fbc0c
commit
f97521decc
4411 changed files with 74792 additions and 42 deletions
12
combat/projectiles/rock/RockProjectile.tscn
Normal file
12
combat/projectiles/rock/RockProjectile.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://xil4f66wokxb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cv3jv78k0qqvc" path="res://combat/projectiles/rock/scripts/rock_projectile.gd" id="1_8myby"]
|
||||
|
||||
[node name="RockProjectile" type="Node2D"]
|
||||
script = ExtResource("1_8myby")
|
||||
speed = null
|
||||
damage = null
|
||||
lifetime = null
|
||||
direction = null
|
||||
target_position = null
|
||||
is_friendly = null
|
||||
Loading…
Add table
Add a link
Reference in a new issue