Quick hack to test finding a better light. If you find the gold you get a better light.

This commit is contained in:
Zed A. Shaw 2024-11-25 02:38:24 -05:00
parent a9217e8423
commit 62f986719d
3 changed files with 9 additions and 2 deletions

View file

@ -48,4 +48,8 @@ namespace components {
struct EnemyConfig {
int HEARING_DISTANCE;
};
struct LightSource {
int strength = 100;
};
}