vision/captain/johndanger.lua

8 lines
152 B
Lua
Raw Normal View History

2022-10-13 16:06:52 +02:00
JohnDanger = Object.extend(Player)
function JohnDanger:new()
self.name = "John Danger";
self.shipName = "The Decorator"
self.image = nil
end