translations +1
This commit is contained in:
parent
1f663cd83b
commit
e08a07a3f0
8 changed files with 4 additions and 7 deletions
|
|
@ -8,6 +8,7 @@ public partial class Cheats : Node
|
|||
{
|
||||
public override void _Input(InputEvent @event)
|
||||
{
|
||||
if (OS.IsDebugBuild() == false) return;
|
||||
if (@event.IsActionPressed("cheat_add_sun"))
|
||||
{
|
||||
RuntimeLevelData.Instance.AddSun(50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue