Enhance export presets and evolution logic: add runnable presets for Android and Windows, update gradle build settings, and initialize batches in evolution state

This commit is contained in:
Kirill
2026-08-19 20:42:43 +03:00
parent 88bcf77aa9
commit 5a05a5ee2a
2 changed files with 15 additions and 6 deletions
+2
View File
@@ -7,6 +7,8 @@ const FLOAT_THRESHOLD: float = 1.0E14
var state: Dictionary = {
'year': 0.0,
'energy': 1E14,
'batches': {},
}
var entities: Dictionary[String, OwniverseEntity] = {}