delete old game format
This commit is contained in:
parent
1e6bdc56a6
commit
00d410ee50
|
@ -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
|
|
Loading…
Reference in New Issue