Skip to content

Commit

Permalink
Device Rank system (#216)
Browse files Browse the repository at this point in the history
* wip

* disable and enable blur

* added fps

* round fps

* rank

---------

Co-authored-by: Gabriel Momoh <gemmomoh@gmail.com>
  • Loading branch information
TheGemDev and gemmomoh committed Apr 23, 2024
1 parent e543908 commit 27df866
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/externalEvents/debug.json
Expand Up @@ -157,7 +157,7 @@
"fps",
"Text",
"=",
"ToString(round(FPS::FPS()))"
"\"FPS \" + ToString(round(FPS::FPS())) +NewLine() + \"Rank \" + GlobalVariableString(System.rank)"
]
}
]
Expand Down
16 changes: 16 additions & 0 deletions src/game.json
Expand Up @@ -2799,6 +2799,18 @@
"value": ""
}
]
},
{
"name": "System",
"type": "structure",
"children": [
{
"folded": true,
"name": "rank",
"type": "string",
"value": ""
}
]
}
],
"layouts": [
Expand All @@ -2825,6 +2837,10 @@
{
"__REFERENCE_TO_SPLIT_OBJECT": true,
"referenceTo": "/layouts/loading"
},
{
"__REFERENCE_TO_SPLIT_OBJECT": true,
"referenceTo": "/layouts/firstlaunch"
}
],
"externalEvents": [
Expand Down

0 comments on commit 27df866

Please sign in to comment.