Entire project

This commit is contained in:
Gnarwhal 2024-08-07 05:02:12 +00:00
commit 24ce335050
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
145 changed files with 45978 additions and 0 deletions

1
res/levels/count.txt Normal file
View file

@ -0,0 +1 @@
4

View file

@ -0,0 +1,9 @@
numBlocks
killFloor
player.x,player.y
goal.x,goal.y
numPlatforms
platform-n.x,platform-n.y,platform-n.width,platform-n.height
.
.
.

7
res/levels/level0.txt Normal file
View file

@ -0,0 +1,7 @@
2
30
1,0
18,0
2
0,2,5,40
15,2,5,40

7
res/levels/level1.txt Normal file
View file

@ -0,0 +1,7 @@
2
25
1,10
10,0
2
0,12,5,40
7,2,5,50

9
res/levels/level2.txt Normal file
View file

@ -0,0 +1,9 @@
2
30
1,0
7,-30
4
0,2,3,40
6,-8,3,50
0,-18,3,1
6,-28,3,1

15
res/levels/level3.txt Normal file
View file

@ -0,0 +1,15 @@
2
30
1,0
24,-2
10
0,2,3,40
7,2,1,40
7,-101,1,100
11,4,1,40
11,-99,1,100
15,-4,1,40
15,-107,1,100
19,0,1,40
19,-103,1,100
23,0,3,40