766b6d0358
- 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.
12 lines
323 B
Lua
12 lines
323 B
Lua
|
|
local name = "hover_yellow"
|
|
|
|
local definition = ...
|
|
|
|
definition.description = "Yellow hovercraft"
|
|
definition.inventory_image = "hovercraft_yellow_inv.png"
|
|
definition.wield_image = "hovercraft_yellow_inv.png"
|
|
definition.textures = {"hovercraft_yellow.png"}
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|