fix stuff, add percentage bar
This commit is contained in:
parent
c4c0dc879e
commit
f9403100de
4 changed files with 71 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
import { CharacterRigR6 } from "@rbxts/character-promise"
|
||||
import Log, { Logger } from "@rbxts/log"
|
||||
import { Players, StarterGui } from "@rbxts/services"
|
||||
import { Players } from "@rbxts/services"
|
||||
import { start } from "ReplicatedStorage/ecs"
|
||||
import { clientState } from "ReplicatedStorage/ecs/state"
|
||||
import { Host } from "ReplicatedStorage/hosts"
|
||||
|
@ -23,9 +23,6 @@ const ClientState = new clientState(
|
|||
clientLogger
|
||||
)
|
||||
|
||||
// no fuck off
|
||||
StarterGui.SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
|
||||
|
||||
const worldAndClientState = start(HOST, ClientState)
|
||||
showGUI(worldAndClientState[0], ClientState)
|
||||
setEnvironment(HOST)
|
Loading…
Add table
Add a link
Reference in a new issue