openairlinetycoon / OpenATDeluxe

The open source remake of Airline Tycoon Deluxe
GNU General Public License v3.0
108 stars 15 forks source link

Sometimes RoomManager can't find the room scenes #13

Open WizzardMaker opened 5 years ago

WizzardMaker commented 5 years ago

Was already mentioned in #4 by @Serphentas

It looks like a Godot bug. Directory.Open(PathName) returns an error 31 (InvalidParameter). The script works when the base scene is started and not loaded from the load.

Fix would be to change the system from searching for rooms to add them in the editor manually.