Skip to content
#

libgdx

Here are 1,225 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
Cervator
Cervator commented Oct 16, 2021

Currently the in-game tutorial remains pretty much unchanged from when we adopted the game years ago. There are some things we could probably explain a little better even from those days, and maybe new stuff we added - thoughts?

  • Have the player accelerate and note how the camera zooms out to show more area
  • Have the player change into a new ship and highlight how there are both ligh
enhancement Good First Issue Hacktoberfest

Improve this page

Add a description, image, and links to the libgdx 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 libgdx topic, visit your repo's landing page and select "manage topics."

Learn more