-
Notifications
You must be signed in to change notification settings - Fork 18
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
MKPC pulls #7
base: development
Are you sure you want to change the base?
MKPC pulls #7
Conversation
"You use" --> "You're using"
"Face off" --> "Face-off" "cpu" --> "CPU"
Added support for 90hz (mobile) devices, 144hz and 240hz monitors. fixed a typo where the "r" in "frame" was missing in "interframe"
Added button hover animations and some additional design to them as well; added Tiny and Massive (translated both languages, checked with Fways), fixed very few capitalization errors
Edited pause hotkey script and pause function (incase of touchscreen) to make this work :)
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.
Those are great suggestions, but I think we can improve it before going to production
@@ -3870,6 +3872,7 @@ var fLineScale = 0; | |||
// setup main container | |||
var oContainers = [document.createElement("div")]; | |||
oContainers[0].className = "game-container"; | |||
oContainers[0].id = "game-container" |
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.
You don't need this id, oContainers[0]
is already the same as document.getElementById("game-container")
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.
thought so, just felt like we needed an id but that also works :)
Co-authored-by: Malahieude Timothé <[email protected]>
Co-authored-by: Malahieude Timothé <[email protected]>
Co-authored-by: Malahieude Timothé <[email protected]>
9eb490f
to
e1f1d4c
Compare
f8287c3
to
3024e06
Compare
3b1f8c4
to
b6a5a8c
Compare
4db3242
to
ad5490f
Compare
366dae3
to
95f6f28
Compare
"CHANGE RACE" --> "CHANGE TRACK"; There are no issues with the French translation, so I did not tamper with it.
fb8de0a
to
62a8ef4
Compare
679e8f6
to
c62e4fe
Compare
981b838
to
70373c1
Compare
cc9c4c8
to
b366c86
Compare
186f18d
to
bad0577
Compare
Fixed very few grammatical errors within the course builder and in other places