Added skeleton functions (WVMs)
This commit is contained in:
@@ -18,3 +18,19 @@ let wvms = [
|
||||
WVM(name: "Puzzle", desc: "Complete a simple puzzle"),
|
||||
WVM(name: "Smash", desc: "It'll never truns off"),
|
||||
]
|
||||
|
||||
func walkAction() {
|
||||
|
||||
}
|
||||
|
||||
func jumpAction() {
|
||||
|
||||
}
|
||||
|
||||
func puzzleAction() {
|
||||
|
||||
}
|
||||
|
||||
func smashAction() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user