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.
11 lines
293 B
Lua
11 lines
293 B
Lua
|
|
local name = "car_nyan_ride"
|
|
local definition = ...
|
|
|
|
definition.description = "Nyan Ride car"
|
|
definition.inventory_image = "inv_car_pink.png"
|
|
definition.wield_image = "inv_car_pink.png"
|
|
definition.textures = {"nyan_ride.png"}
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|