vision/ship/excaliburiv.lua

8 lines
149 B
Lua
Raw Normal View History

2022-10-13 18:18:27 +02:00
ExcaliburIV = Object.extend(Ship)
function ExcaliburIV:new()
ExcaliburIV.super.new(self)
self.name = "Excalibur IV";
self.image = nil
end