2015-05-21 19:56:20 -04:00
|
|
|
|
|
|
|
local name = "car_yellow"
|
2016-08-11 19:47:09 -04:00
|
|
|
local definition = ...
|
2015-05-21 19:56:20 -04:00
|
|
|
|
2016-08-11 03:44:49 -04:00
|
|
|
definition.description = "Yellow car"
|
|
|
|
definition.inventory_image = "inv_car_yellow.png"
|
|
|
|
definition.wield_image = "inv_car_yellow.png"
|
|
|
|
definition.textures = {"car_yellow.png"}
|
2015-05-21 19:56:20 -04:00
|
|
|
|
2016-08-11 19:47:09 -04:00
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|