Skip to content

Commit f301596

Browse files
committed
Gameplay Prototype - FINAL VERSION
- working build
1 parent 58e1885 commit f301596

4 files changed

Lines changed: 50 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Main-Class: edu.cornell.gdiac.rabbeat.desktop.DesktopLauncher
3+

desktop/build/resources/main/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"wrapV": "repeated"
77
},
88
"world:platforms:weightedPlatform" : {
9-
"file": "world/platforms//weightedplatform.png",
9+
"file": "world/platforms/weightedPlatform.png",
1010
"wrapU": "repeated",
1111
"wrapV": "repeated"
1212
},
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"textures": {
3+
"world:platforms:blackTile" : {
4+
"file": "world/platforms/blackTile.png",
5+
"wrapU": "repeated",
6+
"wrapV": "repeated"
7+
},
8+
"world:platforms:weightedPlatform" : {
9+
"file": "world/platforms/weightedPlatform.png",
10+
"wrapU": "repeated",
11+
"wrapV": "repeated"
12+
},
13+
"world:platforms:platformTile" : {
14+
"file": "world/platforms//platformTile.png",
15+
"wrapU": "repeated",
16+
"wrapV": "repeated"
17+
},
18+
"world:weightedLaserTile" : {
19+
"file": "world/weightedLaserTile.png",
20+
"wrapU": "repeated",
21+
"wrapV": "repeated"
22+
},
23+
"world:goal": "world/goaldoor.png",
24+
"player:synth": "player/synth.png",
25+
26+
"player:synth-jazz": "player/synth-jazz.png",
27+
28+
"backgrounds:test-bg": "backgrounds/test-bg.png"
29+
},
30+
"jsons" : {
31+
"constants": "constants.json"
32+
},
33+
"sounds": {
34+
35+
},
36+
"music" : {
37+
"music:synth1": "music/synth1.ogg",
38+
"music:jazz1": "music/jazz1.ogg"
39+
},
40+
"fonts": {
41+
"fonts:retro": {
42+
"file": "fonts/RetroGame.ttf",
43+
"size": 64
44+
}
45+
}
46+
}
21.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)