DEADSOFTWARE

Add some survival inventory controls
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / windows / GameWindowsConfigs.kt
index cf8112720b64d60158e755f58d32c088e9c7c03f..6dde753a860c02360c47631413e310f897a6813e 100644 (file)
@@ -21,4 +21,23 @@ object GameWindowsConfigs {
 
         val itemsOnPage get() = itemsInCol * itemsInRow
     }
+
+    data object Survival {
+        const val itemsGridMarginLeft = 8f
+        const val itemsGridMarginTop = 84f
+
+        const val itemsGridRowHeight = 18f
+        const val itemsGridColWidth = 18f
+
+        const val itemsInRow = 9
+        const val itemsInCol = 5
+
+        const val hotbarOffsetFromBottom = 24f
+        const val hotbarCells = 9
+
+        const val portraitMarginLeft = 24f
+        const val portraitMarginTop = 8f
+        const val portraitWidth = 48f
+        const val portraitHeight = 68f
+    }
 }
\ No newline at end of file