X-Git-Url: http://nitlanguage.org diff --git a/lib/game.nit b/lib/game.nit index dea6d9f..1319a17 100644 --- a/lib/game.nit +++ b/lib/game.nit @@ -124,7 +124,7 @@ end # A sprite is a drawable element. # It is represented by a main pixel (x,y) and an image (image) class Sprite -special Rectangle + super Rectangle # Absolute X coordinate of the main pixel in the screen readable writable var _x: Int