Add run lock toggle, so you can lock the running state and then use space or shift to walk. Keybinding is tab or capslock. Update all external references to coin to be bone dust instead. Change the sound names to match. Now the only coin references are in the code itself.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{
|
||||
"x_range": [5, 8],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -28,7 +28,7 @@
|
||||
{
|
||||
"x_range": [20, 23],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -71,7 +71,7 @@
|
||||
{
|
||||
"x_range": [50, 54],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -106,7 +106,7 @@
|
||||
{
|
||||
"x_range": [90, 93],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -128,7 +128,7 @@
|
||||
{
|
||||
"x_range": [115, 118],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -169,7 +169,7 @@
|
||||
{
|
||||
"x_range": [150, 153],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -200,7 +200,7 @@
|
||||
{
|
||||
"x_range": [185, 188],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -225,7 +225,7 @@
|
||||
{
|
||||
"x_range": [210, 213],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
@@ -256,7 +256,7 @@
|
||||
{
|
||||
"x_range": [235, 238],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
|
Reference in New Issue
Block a user