QodotPlugin / qodot-plugin

(LEGACY) Quake .map support for Godot 3.x
MIT License
960 stars 70 forks source link

more typed gdscript #83

Closed fossegutten closed 4 years ago

fossegutten commented 4 years ago

Changed: The icon image in Trenchbroom_game_config_folder is now loaded as texture, and converted to image upon saving. Could not figure out how to preload file as image directly.

Shfty commented 4 years ago

Nice, thanks- I was wondering if the image format would be a stumbling block. If memory serves I went with using image directly because of some concerns about different texture types and their interfaces, but this seems to work fine so I'm happy to go with it.