Mise à jour de 'Tetris/app/src/main/java/modele/TypeShape.kt'

pull/8/head
Enzo JOLYS 2 years ago
parent 0c35413627
commit bd3910f9f9

@ -12,7 +12,7 @@ class TypeShape(val type: EnumTypeShape/*,private val showShape: Array<Array<Arr
init {
when(type){
EnumTypeShape.IShape -> {
couleur = 1 // Put the color of the shape
couleur = 1 // Set the color of the shape
showShape = Array(4){ IntArray(4 ) { 0 } } // tableau a 2 dimensions a 0
for( i in 0..3){
showShape[0][i] = 1 // Create shape

Loading…
Cancel
Save