Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hide Misses and Rating info #14825

Closed
MaksPRO12667 opened this issue Jun 4, 2024 · 4 comments
Closed

How to hide Misses and Rating info #14825

MaksPRO12667 opened this issue Jun 4, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@MaksPRO12667
Copy link

MaksPRO12667 commented Jun 4, 2024

Describe your problem here.

image
i mean how to hide this

Are you modding a build from source or with Lua?

Source or Lua whatever

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No response

@MaksPRO12667 MaksPRO12667 added the help wanted Extra attention is needed label Jun 4, 2024
@xxyuee
Copy link

xxyuee commented Jun 4, 2024

function onUpdate()
setProperty("scoreTxt.visible", false)
end

@MaksPRO12667
Copy link
Author

function onUpdate()
setProperty("scoreTxt.visible", false)
end

image
Thx but I want to be visible only 'Score'

@xxyuee
Copy link

xxyuee commented Jun 4, 2024

function onUpdate()
setTextString('scoreTxt', 'Score: '..score)
end

@MaksPRO12667
Copy link
Author

function onUpdate()
setTextString('scoreTxt', 'Score: '..score)
end

I'm glad it works thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants