From 57eaeff00597f8ae6289b935dec0c408e21759ab Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sun, 30 Oct 2022 01:59:06 -0400 Subject: Convert script tabs to spaces and other whitespace fixes! Signed-off-by: Malfurious --- assets/weapons/goo_gun/Bullet.gd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets/weapons/goo_gun/Bullet.gd') 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() -- cgit v1.2.3