9 lines
297 B
Lua
9 lines
297 B
Lua
local name = "car_pink"
|
|
local definition = ...
|
|
|
|
definition.description = vehicle_mash.S("Pink car")
|
|
definition.inventory_image = "inv_car_pink.png"
|
|
definition.wield_image = "inv_car_pink.png"
|
|
definition.textures = {"car_pink.png"}
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|