Panquesito7 766b6d0358
Version 2.2.0
- Move files to a folder of its own.
- Add GitHub workflow and LuaCheck.
- Add `settingtypes.txt` to select enabled cars.
- Improve `README.md`.
- Short a bit the code.
2020-05-17 14:44:54 -05:00

11 lines
282 B
Lua

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)