Ignore:
Timestamp:
2014-07-24 12:21:42 (9 years ago)
Author:
mijoilmo
Message:

varjosimulaattori

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2014/30/MikkoI/WindowsGame1/WindowsGame1/WindowsGame1/Map/MapObject.cs

    r5607 r5626  
    1212        public string textureId; 
    1313        public Vector2 position; 
    14         public MapObject(string textureId, float x, float y, bool animated = false) 
     14        public float shadowOffset = 0; 
     15        public MapObject(string textureId, float x, float y, bool animated = false, float shadowOffset = 0) 
    1516        { 
     17            this.shadowOffset = shadowOffset; 
    1618            this.textureId = textureId; 
    1719            this.position = new Vector2(x, y); 
Note: See TracChangeset for help on using the changeset viewer.