summaryrefslogtreecommitdiffstats
path: root/assets/weapons/goo_gun/Bullet.gd
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-10-30 01:59:06 -0400
committerMalfurious <m@lfurio.us>2022-10-30 01:59:06 -0400
commit57eaeff00597f8ae6289b935dec0c408e21759ab (patch)
tree37d052e275b1937a760350339be465f19cc4acf3 /assets/weapons/goo_gun/Bullet.gd
parentacaea7bf1657f02670c2551357be178b0bf16f75 (diff)
downloadproject-s-57eaeff00597f8ae6289b935dec0c408e21759ab.tar.gz
project-s-57eaeff00597f8ae6289b935dec0c408e21759ab.zip
Convert script tabs to spaces
and other whitespace fixes! Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r--assets/weapons/goo_gun/Bullet.gd6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/weapons/goo_gun/Bullet.gd b/assets/weapons/goo_gun/Bullet.gd
index 2edba6b..5c5097f 100644
--- a/assets/weapons/goo_gun/Bullet.gd
+++ b/assets/weapons/goo_gun/Bullet.gd
@@ -3,8 +3,8 @@ extends RigidBody
export var material : Material = null
func _ready():
- if material != null:
- $MeshInstance.set("material/0", material)
+ if material != null:
+ $MeshInstance.set("material/0", material)
func _on_Bullet_body_entered(_body):
- queue_free()
+ queue_free()