Description:
Hide budget for now.
(grafted from c874f4993fc1575dc21b6d1a41b46dc9b87f3337)
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -188,9 +188,9 | |||||
|
188 | WorldBuilder.AddEngine(new GameBridgeEngine(this)); |
|
188 | WorldBuilder.AddEngine(new GameBridgeEngine(this)); |
|
189 | WorldBuilder.AddEngine(new SimulationBridgeEngine(this.simulation)); |
|
189 | WorldBuilder.AddEngine(new SimulationBridgeEngine(this.simulation)); |
|
190 |
|
190 | ||
|
191 | var budgetWindow = WorldBuilder.CreateEntity(); |
|
191 | // var budgetWindow = WorldBuilder.CreateEntity(); |
|
192 | WorldBuilder.SetComponent(budgetWindow, new VisibilityComponent{visible = true}); |
|
192 | // WorldBuilder.SetComponent(budgetWindow, new VisibilityComponent{visible = true}); |
|
193 | WorldBuilder.SetComponent(budgetWindow, new BudgetComponent()); |
|
193 | // WorldBuilder.SetComponent(budgetWindow, new BudgetComponent()); |
|
194 |
|
194 | ||
|
195 | World = WorldBuilder.Build(); |
|
195 | World = WorldBuilder.Build(); |
|
196 |
|
196 |
You need to be logged in to leave comments.
Login now