lets ignore that! cuz thats local shit.
This commit is contained in:
parent
5f4cac9da9
commit
b3c5e03786
2 changed files with 5 additions and 6 deletions
|
@ -8,7 +8,7 @@ const UE = require("ue"),
|
|||
UiLayer_1 = require("../../Ui/UiLayer");
|
||||
|
||||
var _a = require('../Module/WaterMask/WaterMaskController').WaterMaskView;
|
||||
_a.LOo = 0.12;
|
||||
_a.LOo = 0.18;
|
||||
_a.yOo = 700;
|
||||
_a.IOo = 700;
|
||||
_a.vOo = function () {
|
||||
|
@ -24,7 +24,7 @@ _a.vOo = function () {
|
|||
_ = e.widget.height / 2,
|
||||
s = Math.ceil(e.widget.width / _a.yOo),
|
||||
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 e = 0; e < o; e++) {
|
||||
var E = UE.KuroActorManager.SpawnActor(Info_1.Info.World, UE.UITextActor.StaticClass(), MathUtils_1
|
||||
|
|
|
@ -22,13 +22,12 @@ pub fn on_scene_loading_finish_request(
|
|||
response: &mut SceneLoadingFinishResponse,
|
||||
) {
|
||||
player.notify(JsPatchNotify {
|
||||
content: WATER_MASK
|
||||
.replace("{PLAYER_USERNAME}", "rabbit")
|
||||
content: WATER_MASK.to_string(),
|
||||
});
|
||||
player.notify(JsPatchNotify {
|
||||
content: UID_FIX
|
||||
.replace("{PLAYER_USERNAME}", "rabbit")
|
||||
.replace("{SELECTED_COLOR}", "A491FA"),
|
||||
.replace("{PLAYER_USERNAME}", &player.basic_info.name)
|
||||
.replace("{SELECTED_COLOR}", "50FC71"),
|
||||
});
|
||||
player.notify(JsPatchNotify {
|
||||
content: CENSORSHIP_FIX.to_string(),
|
||||
|
|
Loading…
Reference in a new issue