Update 'mods/gunslinger/guns.lua'

This commit is contained in:
thunderdog1138 2020-10-08 00:37:38 +00:00
parent 52fb4d9935
commit 111292e274
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ gunslinger.register_gun("gunslinger:e11", {
description = "E-11 Trooper Rifle",
inventory_image = "e11.png",
wield_image = "e11.png^[transformFXR300",
textures = {textures.projectile = "blaster_red.png"},
textures.projectile = {"blaster_red.png"},
wield_scale = {x = 3, y = 3, z = 1}
},