diff --git a/config.json b/config.json index 044879f..6fe00a8 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,7 @@ "checkpoint distance": 0.1, "clock hud scale": [0.15, 0.04], "clock hud translation": [1.6, 0.92], - "clock hud large scale": [1.0, 0.35], + "clock hud large scale": [0.65, 0.2], "clock hud large translation": [0.0, 0.5], "clock hud foreground": [255.0, 255.0, 255.0, 255.0], "clock hud background": [0.0, 0.0, 0.0, 60.0], @@ -51,7 +51,17 @@ "qr texture": "resource/qr.png", "qr translation": [1.49, -0.7], "qr scale": [0.205, 0.225], - "end screen timeout": 40.0 + "end screen timeout": 40.0, + "end screen timeout": 10040.0, + "enemy sprite scale": 0.024691358, + "quest best text": "BEST ", + "quest best scale": [0.31, 0.04], + "quest best translation": [-1.42, 0.92], + "quest best dimensions": [160.0, 19.0], + "quest best foreground": [255.0, 255.0, 255.0, 255.0], + "quest best background": [0.0, 0.0, 0.0, 60.0], + "hue shift": 10.0, + "hue shift frequency": 0.025 }, "configuration": @@ -111,6 +121,12 @@ } }, + "texture": + { + "coin": ["resource/coin/coin-0.png"], + "flame": ["resource/flame/flame-1.png", "resource/flame/flame-2.png"] + }, + "curve": { "bezier resolution": 60 @@ -276,15 +292,21 @@ "name": "RESUME ARCADE", "time limit": 30.0, "checkpoint addition": 10.0, + "checkpoint addition advanced": 15.0, "level addition": 20.0, - "bank bonus": 5.0 + "level addition advanced": 30.0, + "bank bonus": 5.0, + "advanced": 14 }, { "name": "ARCADE", "time limit": 30.0, "checkpoint addition": 10.0, + "checkpoint addition advanced": 15.0, "level addition": 20.0, - "bank bonus": 5.0 + "level addition advanced": 30.0, + "bank bonus": 5.0, + "advanced": 14 } ], @@ -311,18 +333,25 @@ "main": "resource/azu main theme_amp.ogg", "menu": "resource/azu menu music_amp.ogg", "take": "resource/Coin_.wav", - "checkpoint": "resource/arrive_0.wav" + "checkpoint": "resource/arrive_0.wav", + "bong": "resource/bong.ogg" }, "volume": { - "restart": 0.5, + "restart": 0.3, "teleport": 0.7, - "walk": 0.5, - "reverse": 0.46, + "walk": 0.55, + "reverse": 0.5, "main": 1.0, "menu": 1.0, "take": 0.5, "checkpoint": 0.5 }, "fade": 2.0 + }, + + "ending": + { + "coin range": [-0.5, 0.5], + "coin y": 0.07 } } diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..2907d68 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index aae3a18..0aafd8a 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ +