-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
brokenImpact entirely breaks functionality or is non-functionalImpact entirely breaks functionality or is non-functionalbugSomething isn't workingSomething isn't working
Description
the hud is null if called on init
"fixed" it by overriding those method (not a good idea), and directly modify them without passing from hud
override fun create(): Drawable {
return object : LegacyHudComponent(this) {
override var width = 1f
override var height = 1f
}
}for your case
var texSize = 15f
private set(value) {
field = value
get().size = value by value
}Metadata
Metadata
Assignees
Labels
brokenImpact entirely breaks functionality or is non-functionalImpact entirely breaks functionality or is non-functionalbugSomething isn't workingSomething isn't working
Type
Projects
Status
No status