Quick hack to test finding a better light. If you find the gold you get a better light.
This commit is contained in:
parent
a9217e8423
commit
62f986719d
3 changed files with 9 additions and 2 deletions
|
@ -48,4 +48,8 @@ namespace components {
|
|||
struct EnemyConfig {
|
||||
int HEARING_DISTANCE;
|
||||
};
|
||||
|
||||
struct LightSource {
|
||||
int strength = 100;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue