mirror of
https://github.com/jlengrand/korge-samples.git
synced 2026-03-10 08:31:18 +00:00
Show how to access subviews by name
This commit is contained in:
@@ -6,4 +6,5 @@ import com.soywiz.korio.file.std.*
|
||||
|
||||
suspend fun main() = Korge(bgcolor = Colors["#172335"]) {
|
||||
addChild(resourcesVfs["scene.ktree"].readKTree(views()))
|
||||
this["small"].alpha(0.1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user