Working on inventory and crafting system. Translated Excel-Itemlist to .json.
This commit is contained in:
@@ -17,6 +17,7 @@ public partial class GameData
|
||||
public static float robotSpeed = 20f;
|
||||
public static float tileWidth = 6;
|
||||
public static float tileHeight = 4;
|
||||
public static Dictionary<Ingredient, Texture2D> availableIngredients = ResourceLoader.LoadIngredients();
|
||||
|
||||
//--- PLAYER ADJUSTABLE VALUES ---
|
||||
//Color used in primary objects (e.g. Robots)
|
||||
@@ -29,5 +30,8 @@ public partial class GameData
|
||||
public static int layerSize = 20;
|
||||
//Seed used for all random generation except WFC
|
||||
public static int seed = 12345;
|
||||
|
||||
//--- PLAYER VALUES ---
|
||||
public static Inventory inventory = new Inventory();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user