Hacker News new | ask | show | jobs
by ravioli_fog 2335 days ago
Yep, that's it! The first thing I made was a roguelike with Godot and I had the same issue w.r.t procedural content and "static" content being disparate.

Someone on reddit showed me this same tip.

You can even change values on the remote tab and have them reflected live in your game, which is fun for prototyping.

1 comments

I also totally missed this last time i looked at Godot - so off to to play again - thanks for highlighting this.
There's good context/discussion in the PR that implements the game camera override/"hot camera" in 3.2: https://github.com/godotengine/godot/pull/27742