naming conventions act 2: the end

This commit is contained in:
lustlion
2022-03-06 09:35:45 +01:00
parent edd064c2fd
commit 05bf757ea5
29 changed files with 509 additions and 536 deletions

View File

@@ -1,4 +1,4 @@
levelProperties = {
level_properties = {
pos = {
x = 0,
y = 0
@@ -15,7 +15,7 @@ tileset = {
library = love.graphics.newImage("assets/tileset/library.png")
}
tileProperties = {
tile_properties = {
width = 16,
height = 16,
scale = 1,