Changeset 6704 for 2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel.cs
- Timestamp:
- 2015-07-01 18:34:38 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel.cs
r6703 r6704 76 76 StoryItem[] storyItem = new StoryItem[3]; 77 77 78 private List<Vector> bossSpawnPositions = new List<Vector>(); 79 78 80 private CycleSlot currentItem; // Laatikossa näkyvä nykyinen kama. 79 81 private CycleSlot nextItem; // Seuraavan kaman kuva. … … 139 141 private Animation coyoteDown; 140 142 141 [AssetName(" coyotedown")]142 private Animation coyoteDown;143 [AssetName("c oyotedown")]144 private Animation c oyoteDown;143 [AssetName("train")] 144 private Animation trainAnimation; 145 [AssetName("carriage")] 146 private Animation carriageAnimation; 145 147 146 148 #endregion
Note: See TracChangeset
for help on using the changeset viewer.