Advertisement
alestane

Untitled

Jan 31st, 2012
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local resistance = require "characters.resistance"
  2.  
  3. local wizard = {}
  4.  
  5. function wizard.Create(size, xTile, yTile)
  6.     local self = resistance.Create("visuals/character_temp.png", size, 100, 5, 5, 5, xTile, yTile)
  7.     return self
  8. end
  9.  
  10. return wizard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement