dev: light please

This commit is contained in:
cha0s 2024-07-07 17:40:30 -05:00
parent 3875f897c2
commit 2d0a3a9794

View File

@ -18,6 +18,6 @@ export default class Time extends Component {
};
}
static properties = {
irlSeconds: {defaultValue: 18 * realSecondsPerGameHour, type: 'uint16'},
irlSeconds: {defaultValue: 10 * realSecondsPerGameHour, type: 'uint16'},
};
}