Felix Scheffer
Felix Scheffer
1. Zylann's Heightmap plugin uses Engine.get_version_info() to create backward compatibility. Maybe that's something Scatter could use too. ``` var v = Engine.get_version_info() return v.major == 3 and v.minor >= 2...
I tested with Godot 3.5 RC 6 and Scatter master and no longer get any error messages. :+1: Thanks everybody!
@erikquinn Does this option exist in real life?
@erikquinn Thanks for clarifying. Awesome answer 🤣 What you said makes a lot of sense. IMHO "with you" should be replaced with " climbing "
@sam-irl Do you still plan to work on this one? Would be much appreciated.
@sam-irl `game_interval` should be fixed in the `develop` branch now.
I use `load-region = region.txt` in the config file and it works just fine: ``` [DVR-Scan] Loading regions from file: region.txt [DVR-Scan] Limiting detection to 1 region. ```