vimp-engine 0.14.3 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/Cargo.toml +1 -1
- package/package.json +1 -1
- package/src/client/style.css +3 -1
package/core/Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "vimp-engine-core"
|
|
3
|
-
version = "0.8.
|
|
3
|
+
version = "0.8.3"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "VIMP — движковый каркас симуляции (физика, карта, снапшот-фрейминг, интерполяция/предикт/raycast-примитивы, нав-утилиты). Без wasm-bindgen — обёртки для WASM-ABI собирает game-crate."
|
|
6
6
|
license = "MIT"
|
package/package.json
CHANGED
package/src/client/style.css
CHANGED
|
@@ -46,7 +46,9 @@ body.hide-cursor {
|
|
|
46
46
|
background-color: #fff;
|
|
47
47
|
text-align: center;
|
|
48
48
|
font-size: 14px;
|
|
49
|
-
|
|
49
|
+
/* межстрочный не меньше кегля: при 12px глифы 14px вылезали за строку,
|
|
50
|
+
и ячейки панели держались только на её height/overflow */
|
|
51
|
+
line-height: 16px;
|
|
50
52
|
position: absolute;
|
|
51
53
|
top: 0;
|
|
52
54
|
left: 0;
|