delete old game format

This commit is contained in:
Max Bradbury 2021-05-17 17:28:44 +01:00
parent 1e6bdc56a6
commit 00d410ee50
1 changed files with 0 additions and 68 deletions

View File

@ -1,68 +0,0 @@
[image]
name = "bg"
pixels = [
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,
]
[image]
name = "block"
pixels = [
2,2,2,2,2,2,2,2,
2,1,1,1,1,1,1,2,
2,1,1,1,1,1,1,2,
2,1,1,2,2,1,1,2,
2,1,1,2,2,1,1,2,
2,1,1,1,1,1,1,2,
2,1,1,1,1,1,1,2,
2,2,2,2,2,2,2,2,
]
[image]
name = "avatar"
pixels = [
0,0,0,3,3,0,0,0,
0,0,0,3,3,0,0,0,
0,0,0,3,3,0,0,0,
0,0,3,3,3,3,0,0,
0,3,3,3,3,3,3,0,
3,0,3,3,3,3,0,3,
0,0,3,0,0,3,0,0,
0,0,3,0,0,3,0,0,
]
[image]
name = "cat"
pixels = [
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,
0,3,0,3,0,0,0,3,
0,3,3,3,0,0,0,3,
0,3,3,3,0,0,3,0,
0,3,3,3,3,3,0,0,
0,0,3,3,3,3,0,0,
0,0,3,0,0,3,0,0,
]
[thing]
name = "avatar"
image = "avatar"
input = ["movement-wasd", "movement-arrow-keys"]
[thing]
name = "cat"
image = "cat"
bumped = """
say "I'm a cat"
"""
[variable]
name = "a"
type = "int"
default = 42