mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
@@ -78,10 +78,8 @@ fun main() {
|
||||
val isBird =
|
||||
!isTube && columnIndex == ComposeBirdGame.BIRD_COLUMN && rowIndex == gameFrame.birdPos
|
||||
|
||||
if (isTube || isBird) {
|
||||
// if it's either a tube node or bird, check it
|
||||
checked(true)
|
||||
}
|
||||
// if it's either a tube node or bird, check it
|
||||
checked(isTube || isBird)
|
||||
|
||||
if (!isBird) {
|
||||
// if it's a bird, enable it. (to change to blue color)
|
||||
|
||||
Reference in New Issue
Block a user