Add ANTS_START_COUNT and ANT_BUDGET shader defines
This commit is contained in:
parent
f5b9af0ccc
commit
baadf6cd6d
1 changed files with 2 additions and 0 deletions
|
|
@ -321,6 +321,8 @@ export default class Renderer {
|
|||
BEHAVIOR_GAS: Renderer.convertNumberToFloatString(BEHAVIOR_GAS),
|
||||
BEHAVIOR_SOLID: Renderer.convertNumberToFloatString(BEHAVIOR_SOLID),
|
||||
VIEW_MODE_SIDE: Config.viewMode === "side" ? "1" : "0",
|
||||
ANTS_START_COUNT: String(Config.antsStartCount),
|
||||
ANT_BUDGET: String(Config.antBudget),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue