1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-15 11:11:51 +00:00
tobspr_shapez.io/src/js
Даниїл Григор'єв 06154b408e
Replace --ui-scale variable with rem unit
Replace --ui-scale inline style on the <html> element with font-size set
to UI scale * 10px and modify SCSS D(...) mixin to use the rem unit
instead of multiplying by var(--ui-scale). This makes it possible to get
rid of mixin hell and makes following UI scale in external stylesheets
(mods) much easier.
2025-06-20 07:01:58 +03:00
..
core Remove code related to trailer recording 2025-06-19 20:45:09 +03:00
game Do not reuse canvas between savegame loads 2025-06-19 23:11:30 +03:00
mods Replace --ui-scale variable with rem unit 2025-06-20 07:01:58 +03:00
platform Remove mentions of ads and twitter 2025-06-14 22:09:02 +03:00
profile Replace Object#hasOwnProperty with Object.hasOwn 2025-06-14 22:11:14 +03:00
savegame Replace Object#hasOwnProperty with Object.hasOwn 2025-06-14 22:11:14 +03:00
states Remove and simplify SCSS styles 2025-06-20 06:42:20 +03:00
webworkers Re-implement compression workers and abstraction 2025-06-10 16:46:28 +03:00
application.js Replace --ui-scale variable with rem unit 2025-06-20 07:01:58 +03:00
changelog.js Remove changelog skins 2025-04-08 14:15:20 +03:00
globals.d.ts Remove unused G_HAVE_ASSERT define 2025-06-14 04:55:15 +03:00
jsx-runtime.ts Allow Node in JSX runtime 2024-07-20 13:35:11 +03:00
languages.ts Ensure proper code splitting for translations 2025-06-14 05:36:55 +03:00
main.js Remove unused config properties 2025-06-19 20:21:06 +03:00
translations.js Ensure proper code splitting for translations 2025-06-14 05:36:55 +03:00