mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Introduce sun energy (on-tick gain)
This commit is contained in:
parent
158ab85715
commit
296f4148d3
2 changed files with 2 additions and 0 deletions
1
world.h
1
world.h
|
@ -4,6 +4,7 @@
|
|||
struct world {
|
||||
const static int newborn_energy = 500;
|
||||
const static int move_cost = 10;
|
||||
const static int sun_energy = 1;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue