mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:07:40 +02:00
Bugfixes (#340)
* new letterbox implementation * make DSP buffer larger * add new "ambient" letterbox option * remap keyboard control * enable autoplay cheat mode * fix editor settings not being applied on start * run the cursor init in editor init remove debug prints
This commit is contained in:
@ -13,7 +13,7 @@ namespace HeavenStudio.Games
|
||||
|
||||
public class PlayerActionEvent : PlayerActionObject
|
||||
{
|
||||
public static bool EnableAutoplayCheat = false;
|
||||
public static bool EnableAutoplayCheat = true;
|
||||
public delegate void ActionEventCallback(PlayerActionEvent caller);
|
||||
public delegate void ActionEventCallbackState(PlayerActionEvent caller, float state);
|
||||
|
||||
|
Reference in New Issue
Block a user