diff options
author | Malfurious <m@lfurio.us> | 2022-07-22 03:41:41 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-07-22 03:41:41 -0400 |
commit | 1f534358c264560662793ff72bfcc57d3d155b5b (patch) | |
tree | 31454d68d393d7e14898cb34f04541900857ffcd /assets/weapons/goo_gun/GooGun.tscn | |
parent | 3e8167c43cc312a814f6e899d08c18b7155d710a (diff) | |
download | project-s-1f534358c264560662793ff72bfcc57d3d155b5b.tar.gz project-s-1f534358c264560662793ff72bfcc57d3d155b5b.zip |
Implement Goo Gun primary fire
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r-- | assets/weapons/goo_gun/GooGun.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/weapons/goo_gun/GooGun.tscn b/assets/weapons/goo_gun/GooGun.tscn index f0b9622..edf2901 100644 --- a/assets/weapons/goo_gun/GooGun.tscn +++ b/assets/weapons/goo_gun/GooGun.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=8 format=2] [ext_resource path="res://assets/weapons/goo_gun/gun_material.tres" type="Material" id=1] [ext_resource path="res://assets/weapons/goo_gun/tank_material.tres" type="Material" id=2] +[ext_resource path="res://assets/weapons/goo_gun/GooGun.gd" type="Script" id=3] [sub_resource type="CubeMesh" id=1] material = ExtResource( 1 ) @@ -23,6 +24,7 @@ bottom_radius = 0.088 height = 0.429 [node name="GooGun" type="Spatial"] +script = ExtResource( 3 ) [node name="Body" type="MeshInstance" parent="."] mesh = SubResource( 1 ) |