Skip to content

Commit

Permalink
First look at check
Browse files Browse the repository at this point in the history
  • Loading branch information
FSaurenbach committed May 13, 2024
1 parent a1b4650 commit 6100836
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 136 deletions.
3 changes: 0 additions & 3 deletions src/commonMain/kotlin/Cell.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ class Cell(color: RGBA, var cx: Int, var cy: Int, cont: SceneContainer) : Contai

// Add the cell to the specified scene container
cont.addChild(cell)

// Print the position of the cell when it is initialized
println("Cell initialized at: $position")
}
}
Loading

0 comments on commit 6100836

Please sign in to comment.