blert2112 824130c78f many changes
change how vehicles are registered,
add yellow Mesecar,
many braking/speed/turning tweaks
2016-08-11 19:47:09 -04:00

11 lines
282 B
Lua
Executable File

local name = "car_blue"
local definition = ...
definition.description = "Blue car"
definition.inventory_image = "inv_car_blue.png"
definition.wield_image = "inv_car_blue.png"
definition.textures = {"car_blue.png"}
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)