marrus-sh / jelli

A game engine! Currently being developed.
MIT License
1 stars 0 forks source link

add screen_x and screen_y variables to Character() #39

Closed marrus-sh closed 8 years ago

marrus-sh commented 8 years ago

These should resolve to this.x - this.area.x and this.y - this.area.y, respectively (i.e., the drawing position of the Character on the screen)

marrus-sh commented 8 years ago

Also implemented for JelliImage