summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/default.lua
blob: 6ab0b138638a7e28bd0c4891a2b9a38bffa5275b (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  orientation  = 0,
  acceleration = 0,
  speed        = 125,
  position     = require 'scripts.bola.position',
  scale        = require 'scripts.bola.scale',
  origin       = require 'scripts.bola.origin',
  stand        = require 'scripts.bola.stand',
  walk         = require 'scripts.bola.walk',
  run          = require 'scripts.bola.run',
}