Include barrier to level data file, remove added offset on render
This commit is contained in:
parent
9985da33e0
commit
c7a880a6a6
@ -1,29 +1,31 @@
|
||||
************##************
|
||||
*####*#####*##*#####*####*
|
||||
%####*#####*##*#####*####%
|
||||
*####*#####*##*#####*####*
|
||||
**************************
|
||||
*####*##*########*##*####*
|
||||
*####*##*########*##*####*
|
||||
******##****##****##******
|
||||
#####*#####*##*#####*#####
|
||||
#####*#####*##*#####*#####
|
||||
#####*##**********##*#####
|
||||
#####*##*^^^__^^^*##*#####
|
||||
#####*##*^^^^^^^^*##*#####
|
||||
-----*##*^^^^^^^^*##*-----
|
||||
#####*##*^^^^^^^^*##*#####
|
||||
#####*##*^^^^^^^^*##*#####
|
||||
#####*##**********##*#####
|
||||
#####*##*########*##*#####
|
||||
#####*##*########*##*#####
|
||||
************##************
|
||||
*####*#####*##*#####*####*
|
||||
%####*#####*##*#####*####%
|
||||
***##****************##***
|
||||
##*##*##*########*##*##*##
|
||||
##*##*##*########*##*##*##
|
||||
******##****##****##******
|
||||
*##########*##*##########*
|
||||
*##########*##*##########*
|
||||
**************************
|
||||
############################
|
||||
#************##************#
|
||||
#*####*#####*##*#####*####*#
|
||||
#%####*#####*##*#####*####%#
|
||||
#*####*#####*##*#####*####*#
|
||||
#**************************#
|
||||
#*####*##*########*##*####*#
|
||||
#*####*##*########*##*####*#
|
||||
#******##****##****##******#
|
||||
######*#####*##*#####*######
|
||||
######*#####*##*#####*######
|
||||
######*##**********##*######
|
||||
######*##*^^^__^^^*##*######
|
||||
######*##*^^^^^^^^*##*######
|
||||
------*##*^^^^^^^^*##*------
|
||||
######*##*^^^^^^^^*##*######
|
||||
######*##*^^^^^^^^*##*######
|
||||
######*##**********##*######
|
||||
######*##*########*##*######
|
||||
######*##*########*##*######
|
||||
#************##************#
|
||||
#*####*#####*##*#####*####*#
|
||||
#%####*#####*##*#####*####%#
|
||||
#***##****************##***#
|
||||
###*##*##*########*##*##*###
|
||||
###*##*##*########*##*##*###
|
||||
#******##****##****##******#
|
||||
#*##########*##*##########*#
|
||||
#*##########*##*##########*#
|
||||
#**************************#
|
||||
############################
|
@ -41,7 +41,7 @@ public class Level {
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
game.batch.draw(sprite, (j * 8) + offsetX + 8, (i * 8) + offsetY + 8);
|
||||
game.batch.draw(sprite, (j * 8) + offsetX, (i * 8) + offsetY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user