mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 20:39:18 +02:00
build 180629. instanced model light mode 4, ai connect mode tweaks, minor bug fixes
This commit is contained in:
@@ -25,12 +25,12 @@ const int iMaxNumLights = 8;
|
||||
float const DefaultDarkThresholdLevel { 0.325f };
|
||||
|
||||
// typy stanu świateł
|
||||
enum TLightState
|
||||
{
|
||||
enum TLightState {
|
||||
ls_Off = 0, // zgaszone
|
||||
ls_On = 1, // zapalone
|
||||
ls_Blink = 2, // migające
|
||||
ls_Dark = 3 // Ra: zapalajce się automatycznie, gdy zrobi się ciemno
|
||||
ls_Dark = 3, // Ra: zapalajce się automatycznie, gdy zrobi się ciemno
|
||||
ls_Home = 4 // like ls_dark but off late at night
|
||||
};
|
||||
|
||||
class TAnimVocaloidFrame
|
||||
|
||||
Reference in New Issue
Block a user