Alex B.
Results
2
issues of
Alex B.
Hello! Can I set an icon to the Vertex? ```css I tried using "-fx-background-image: url("./town.png)" ``` But it was not successful. What are some options to achieve my goal?
Can I do something like this? ```kotlin fun testCommands() = commands("test") { slash("test", "test command") { execute(ChoiceArg("Name", "Description", Member(), Member(), Member(), ...)) { } } } ``` I only need...