MrEliptik / godot_twitch_games

Collection of small chat interactive games for Twitch
https://bento.me/mreliptik
MIT License
16 stars 6 forks source link

selection.tscn automatic game menu #36

Closed Drathal closed 10 months ago

Drathal commented 10 months ago

We can automate what games are shown on the selection menu.

Idea:

lets selection.gd go trough all folders in game folder. Grab the name of the game from foldername or a config inside the folder. It can also grab a thumbnail from the folder if there is one. If not use a standard icon.

That way we dont have to update selection.gd / .tscn we just move folders or rename it. So we can make folders that start with "_" not show up in the menu. Or when the name starts with whatever.

Lets discuss