aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-10-01 20:50:28 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-10-01 20:50:28 -0400
commitaf39f2e08b0503db723ae707a5c7278d8c85f812 (patch)
treead6ab6e51e1a7e30d72a28e2bac51b210fd22f6c /Scripts
parentbebc6e955114a0907c43df9a9c00f22b1f743446 (diff)
Audio component loading, getting ready to play
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Scripts/init.lua b/Scripts/init.lua
index ec9e350..ea5a833 100644
--- a/Scripts/init.lua
+++ b/Scripts/init.lua
@@ -37,6 +37,9 @@ player = {
},
Physics = 0,
Name = "bord",
+ Audio = {
+ file = "Assets/jump.wav"
+ },
hellotrue = true,
hellofalse = false,
Render = {