Added godmode hotkey

This commit is contained in:
2026-03-11 13:58:53 +11:00
parent 0914903084
commit a9f1fd48c9
5 changed files with 39 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
extends Node
static var godmode: bool = false:
get:
return godmode
func _process(_delta: float) -> void:
if Input.is_action_just_pressed("controller_godmode"):
godmode = !godmode

View File

@@ -0,0 +1 @@
uid://b4nlbrxto0tjp