Add game frame UI with play button and styling
Introduced a new 'game' frame in logged.html with a title and play button. Added corresponding CSS for layout and button styling in logged.css. Updated JS to show the game frame by default.
This commit is contained in:
@@ -244,4 +244,4 @@ window.gamelog.clear = async function clear() {
|
||||
await initSkin()
|
||||
await initSettings()
|
||||
await initCapesSelector()
|
||||
showFrame("profile")
|
||||
showFrame("game")
|
||||
Reference in New Issue
Block a user