10 lines
287 B
Lua
10 lines
287 B
Lua
|
|
local name = "car_white"
|
|
local definition = ...
|
|
|
|
definition.description = "White car"
|
|
definition.inventory_image = "inv_car_white.png"
|
|
definition.wield_image = "inv_car_white.png"
|
|
definition.textures = {"car_white.png"}
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|