Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local resistance = require "characters.resistance"
- local wizard = {}
- function wizard.Create(size, xTile, yTile)
- local self = resistance.Create("visuals/character_temp.png", size, 100, 5, 5, 5, xTile, yTile)
- return self
- end
- return wizard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement