-
Notifications
You must be signed in to change notification settings - Fork 1
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
Random features #15
Random features #15
Conversation
>Events</button | ||
> | ||
<button id={eventsNow > 0 || eventsFuture > 0 ? "events" : ""} onclick={() => { eventsVisible = true; }}> | ||
Events |
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.
todo: move button into combined modal/button component
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.
(not blocking the pr, just noting)
<div class="bot" animate:flip={{ duration: flipDurationMs }} onclick={() => toggleScript(script.id)}> | ||
<Switch | ||
checked={enabledScripts[script.id]} | ||
width={36} |
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.
todo: look at if there is a way to avoid styling with props
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.
(not blocking the pr, just noting)
Use `button#update` for clarity
thanks! |
A human player is added to the blue team by default upon launch, just like v4
"Add Files" now works (closes [feat] Add single bot file #5 )
Distinguish bots with the same name from different folders
Show "No bots available for this category" when there are no bot available
Option to launch the game in freeplay instead of an exhibition match
Add botpack repair button
Add toggles to the paths viewer (closes [feat] Hide bots in Add/Remove menu #10 ):
Scripts integration
Events