#include <QThread>
#include <QMutex>
#include <QSettings>
#include "header.h"
#include "worldmap.h"
Go to the source code of this file.
Enumerator |
---|
CAN_MOVE_OK |
|
CAN_MOVE_CANNOT |
|
CAN_MOVE_DESTROYED |
|
Definition at line 46 of file World.h.
const int MAX_BREATH = 60 |
const int MAX_DURABILITY = 1024 |
10 bits to store durability in file, signed.
Definition at line 43 of file World.h.
const int MAX_LIGHT_RADIUS = 15 |
const int MAX_NOTE_LENGTH = 144 |
const int MOON_LIGHT_FACTOR = 1 |
const int SUN_LIGHT_FACTOR = 8 |
const int TIME_STEPS_IN_SEC = 10 |