More serialization fun! Happy happy joy joy!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2158 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ObjectTileSet.java,v 1.9 2003/01/13 22:49:46 mdb Exp $
|
// $Id: ObjectTileSet.java,v 1.10 2003/01/15 09:28:43 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.tile;
|
package com.threerings.media.tile;
|
||||||
|
|
||||||
@@ -90,4 +90,8 @@ public class ObjectTileSet extends SwissArmyTileSet
|
|||||||
|
|
||||||
/** The y offset in pixels to the origin of the tile images. */
|
/** The y offset in pixels to the origin of the tile images. */
|
||||||
protected int[] _yorigins;
|
protected int[] _yorigins;
|
||||||
|
|
||||||
|
/** Increase this value when object's serialized state is impacted by
|
||||||
|
* a class change (modification of fields, inheritance). */
|
||||||
|
private static final long serialVersionUID = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: TrimmedObjectTileSet.java,v 1.3 2003/01/13 22:49:46 mdb Exp $
|
// $Id: TrimmedObjectTileSet.java,v 1.4 2003/01/15 09:28:43 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.tile;
|
package com.threerings.media.tile;
|
||||||
|
|
||||||
@@ -116,4 +116,8 @@ public class TrimmedObjectTileSet extends TileSet
|
|||||||
/** Contains the origin offset for each object tile and the object
|
/** Contains the origin offset for each object tile and the object
|
||||||
* footprint width and height (in tile units). */
|
* footprint width and height (in tile units). */
|
||||||
protected Rectangle[] _ometrics;
|
protected Rectangle[] _ometrics;
|
||||||
|
|
||||||
|
/** Increase this value when object's serialized state is impacted by
|
||||||
|
* a class change (modification of fields, inheritance). */
|
||||||
|
private static final long serialVersionUID = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user