-
Notifications
You must be signed in to change notification settings - Fork 353
feat: Redot Game Engine installation #1138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Redot Game Engine installation #1138
Conversation
adamperkowski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm not sure if a "Game Engines" tab is a good idea with only redot in it... maybe if youd add other engines (like godot for example) then it would make sense, but for just this one, i think it's better to put it in "Developer Tools"
| case "$PACKAGER" in | ||
| pacman) | ||
| "$AUR_HELPER" -S --needed --noconfirm redot-mono-bin | ||
| ;; | ||
| *) | ||
| printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}" | ||
| exit 1 | ||
| ;; | ||
| esac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well thats not really agnostic... im sure redot can be installed on other distros too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I Will Put This In Draft For Now Entail i Find A Solution For The Different Distro Repo Packages.
Co-authored-by: Adam Perkowski <[email protected]>
I Will Move It to Developer Tools Just Did Not Know Where To Put It. |
Added: Suggestion of The Description Removed: Where Github Randomly Placed Lines In Code
Type of Change
Description
Adding Redot Game Engine And Added Game Engine Tab In App Setup
Testing
Fully Tested it and it Worked On My end
Impact
Adding App And A New Tab To App Setup
Checklist