smclaughlan / GWJ52

Godot Wild Jam 52
3 stars 2 forks source link

"Easy Mode" button should be toggle instead of press. #304

Closed plexsoup closed 1 year ago

plexsoup commented 1 year ago

After pressing the Easy mode button, I want to be able to hide the easy mode again.

(Ultimately, the easy mode will go away, since it's primarily for debugging and play testing, but for now, make it a toggle.)

rcsira commented 1 year ago

How about making the Easy button appear only on debug builds? Is this possible?

plexsoup commented 1 year ago

https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-is-debug-build

rcsira commented 1 year ago

Alright. Will work on it tomorrow.

rcsira commented 1 year ago

Tasks