1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:47:44 +00:00
serenity/Userland
Dmitrii Ubskii 7c67c9b45f Pong: Fix score display
Player 1's score used to be score's width offset to the right. Now it's
score_margin away from the divider line, same as player 2's.

Also factored out score margin and increased it from 2px to 5px just
to make it look a little nicer.
2021-05-18 18:58:07 +01:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications PDFViewer: Add some padding to the outside of the page 2021-05-18 16:35:23 +02:00
Demos Mandelbrot: Export images in a fixed resolution 2021-05-18 16:01:32 +02:00
DevTools Revert "LibC: Simplify malloc size classes" 2021-05-18 08:32:05 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Pong: Fix score display 2021-05-18 18:58:07 +01:00
Libraries LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunner 2021-05-18 18:48:15 +01:00
Services WebServer: Fix jailbreaking of server via .. relative paths 2021-05-18 09:32:10 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities Utilites: Make find respect lack of -L when iterating over directories 2021-05-18 08:11:42 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00