bump identity to override edits in tablet

This is a big problem.
This commit is contained in:
Kartik K. Agaram 2023-12-31 22:30:49 -08:00
parent 1aa5a33d09
commit 242a7e9676
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
function love.conf(t)
t.identity = 'dash'
t.identity = 'dash2'
end