Skip to content

Commit

Permalink
Add placeholder files
Browse files Browse the repository at this point in the history
These files are not required, but without them, the HTML5 build is broken
in some cases.
  • Loading branch information
yancharkin committed Aug 3, 2024
1 parent b3064c1 commit 5e8520e
Show file tree
Hide file tree
Showing 11 changed files with 165 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/gamepad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"joyAttackVal":0,"joyJumpVal":1,"joyItemVal":2,"joyRunVal":3,"joyFlareVal":4,"joyPayVal":5,"joyBombVal":6,"joyRopeVal":7,"joyStartVal":9}
1 change: 1 addition & 0 deletions assets/gamepadmapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{0:"A",1:"B",2:"X",3:"Y",4:"LB",5:"RB",6:"LT",7:"RT",8:"SELECT",9:"START",10:"LSTICK",11:"RSTICK"}
1 change: 1 addition & 0 deletions assets/keys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"keyUpVal":38,"keyDownVal":40,"keyLeftVal":37,"keyRightVal":39,"keyJumpVal":88,"keyAttackVal":90,"keyItemVal":67,"keyRunVal":16,"keyBombVal":65,"keyRopeVal":83,"keyFlareVal":70,"keyPayVal":80}
8 changes: 8 additions & 0 deletions assets/locale/locales/en/charset/font.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"fontSmallWidth" : 8,
"fontSmallHeight" : 8,
"fontLargeWidth" : 16,
"fontLargeHeight" : 16,
"fontOffsetY" : 0
}

8 changes: 8 additions & 0 deletions assets/locale/locales/eo/charset/font.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"fontSmallWidth" : 8,
"fontSmallHeight" : 8,
"fontLargeWidth" : 16,
"fontLargeHeight" : 16,
"fontOffsetY" : 0
}

8 changes: 8 additions & 0 deletions assets/locale/locales/es/charset/font.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"fontSmallWidth" : 8,
"fontSmallHeight" : 8,
"fontLargeWidth" : 16,
"fontLargeHeight" : 16,
"fontOffsetY" : 0
}

8 changes: 8 additions & 0 deletions assets/locale/locales/fr/charset/font.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"fontSmallWidth" : 8,
"fontSmallHeight" : 8,
"fontLargeWidth" : 16,
"fontLargeHeight" : 16,
"fontOffsetY" : 0
}

8 changes: 8 additions & 0 deletions assets/locale/locales/ru/charset/font.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"fontSmallWidth" : 8,
"fontSmallHeight" : 8,
"fontLargeWidth" : 16,
"fontLargeHeight" : 16,
"fontOffsetY" : 0
}

8 changes: 8 additions & 0 deletions assets/locale/locales/uk/charset/font.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"fontSmallWidth" : 8,
"fontSmallHeight" : 8,
"fontLargeWidth" : 16,
"fontLargeHeight" : 16,
"fontOffsetY" : 0
}

1 change: 1 addition & 0 deletions assets/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"toggleRunEnabled":false,"touchControlsVisibility":0,"locale":"en","firstLaunch":true,"music":true,"fullscreen":false}
113 changes: 113 additions & 0 deletions assets/stats.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
+---------------------------+
| SPELUNKY EXTENDED STATS |
+---------------------------+

CRATES OPENED: 0
CHESTS OPENED: 0

IDOLS GRABBED: 0
IDOLS CONVERTED: 0

DAMSELS GRABBED: 0
KISSES BOUGHT: 0
DAMSELS BOUGHT: 0
DAMSELS SAVED: 0
DAMSELS KILLED: 0

ITEMS BOUGHT: 0
ITEMS STOLEN: 0

DICE GAMES PLAYED: 0
DICE GAMES WON: 0
DICE GAMES LOST: 0

LEVEL DEATHS
------------+------------
1 | 0
2 | 0
3 | 0
4 | 0
5 | 0
6 | 0
7 | 0
8 | 0
9 | 0
10 | 0
11 | 0
12 | 0
13 | 0
14 | 0
15 | 0
16 | 0
------------+------------
TOTAL | 0

ENEMY DEATHS
------------+------------
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0

MISC DEATHS
------------+------------
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0

ENEMY KILLS
------------+------------
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
??? | 0
------------+------------
TOTAL | 0

0 comments on commit 5e8520e

Please sign in to comment.