Rename project from Mintris to Pixel Mint Drop, updating all relevant namespaces, package names, and UI elements to reflect the new branding. Adjust styles, themes, and repository links accordingly.

This commit is contained in:
cmclark00 2025-04-01 07:52:15 -04:00
parent 5ace9d7fc5
commit ce85debfe5
34 changed files with 108 additions and 128 deletions

View file

@ -1,4 +1,4 @@
package com.mintris.game
package com.pixelmintdrop.game
import android.content.Context
import android.graphics.BlurMaskFilter
@ -7,8 +7,7 @@ import android.graphics.Color
import android.graphics.Paint
import android.util.AttributeSet
import android.view.View
import com.mintris.model.GameBoard
import com.mintris.model.Tetromino
import com.pixelmintdrop.model.GameBoard
import kotlin.math.min
/**