lets ignore that! cuz thats local shit.

This commit is contained in:
RabbyDevs 2025-05-17 19:39:46 +03:00
parent 5f4cac9da9
commit b3c5e03786
2 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@ const UE = require("ue"),
UiLayer_1 = require("../../Ui/UiLayer"); UiLayer_1 = require("../../Ui/UiLayer");
var _a = require('../Module/WaterMask/WaterMaskController').WaterMaskView; var _a = require('../Module/WaterMask/WaterMaskController').WaterMaskView;
_a.LOo = 0.12; _a.LOo = 0.18;
_a.yOo = 700; _a.yOo = 700;
_a.IOo = 700; _a.IOo = 700;
_a.vOo = function () { _a.vOo = function () {
@ -24,7 +24,7 @@ _a.vOo = function () {
_ = e.widget.height / 2, _ = e.widget.height / 2,
s = Math.ceil(e.widget.width / _a.yOo), s = Math.ceil(e.widget.width / _a.yOo),
o = Math.ceil(e.widget.height / _a.IOo), o = Math.ceil(e.widget.height / _a.IOo),
v = "{PLAYER_USERNAME} - Subject to change!"; // EDIT ME! v = " "; // EDIT ME!
for (let a = 0; a < s; a++) for (let a = 0; a < s; a++)
for (let e = 0; e < o; e++) { for (let e = 0; e < o; e++) {
var E = UE.KuroActorManager.SpawnActor(Info_1.Info.World, UE.UITextActor.StaticClass(), MathUtils_1 var E = UE.KuroActorManager.SpawnActor(Info_1.Info.World, UE.UITextActor.StaticClass(), MathUtils_1

View file

@ -22,13 +22,12 @@ pub fn on_scene_loading_finish_request(
response: &mut SceneLoadingFinishResponse, response: &mut SceneLoadingFinishResponse,
) { ) {
player.notify(JsPatchNotify { player.notify(JsPatchNotify {
content: WATER_MASK content: WATER_MASK.to_string(),
.replace("{PLAYER_USERNAME}", "rabbit")
}); });
player.notify(JsPatchNotify { player.notify(JsPatchNotify {
content: UID_FIX content: UID_FIX
.replace("{PLAYER_USERNAME}", "rabbit") .replace("{PLAYER_USERNAME}", &player.basic_info.name)
.replace("{SELECTED_COLOR}", "A491FA"), .replace("{SELECTED_COLOR}", "50FC71"),
}); });
player.notify(JsPatchNotify { player.notify(JsPatchNotify {
content: CENSORSHIP_FIX.to_string(), content: CENSORSHIP_FIX.to_string(),