Skip to content
#

kotlin-library

Here are 1,213 public repositories matching this topic...

ktx
v79
v79 commented May 27, 2020

I wanted to change the style of a label on mouse hover. onEnter worked fine:

label("Load Game").cell(row = true).apply {
	onEnter {
		style = skin["mainMenuHover",Label.LabelStyle::class.java]
	}
}

But there's no corresponding onExit function. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,

actors good first issue
sheets
cmilousi
cmilousi commented Jan 13, 2021

When I scroll to China and while I am inside China's box, it shows a lot of different numbers of population when there should only be one number referring to China's population.

Screen Recording:
(URL : https://www.dropbox.com/s/bsty0kfhu9l8qrr/20210111_133818~2.mp4?dl=0)
This issue in depicted in the video from 0:09 to the end.

Sorry for the multiple issue creations. At first I wrote this

enhancement good first issue

Improve this page

Add a description, image, and links to the kotlin-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-library topic, visit your repo's landing page and select "manage topics."

Learn more