~widelands-dev/widelands/bug-1526903

« back to all changes in this revision

Viewing changes to tribes/workers/empire/hunter/init.lua

  • Committer: tiborb95 at gmail
  • Date: 2015-12-28 21:54:44 UTC
  • mfrom: (7175.15.10 number_glob)
  • Revision ID: tiborb95@gmail.com-20151228215444-6a6jdhfi4pi7clcp
NumberGlob is shifted from animation.cc to the Lua interface, number_glob branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
animations = {
4
4
   idle = {
5
 
      template = "idle_??",
6
 
      directory = dirname,
 
5
      pictures = path.list_files(dirname .. "idle_??.png"),
7
6
      hotspot = { 10, 21 },
8
7
      fps = 10
9
8
   }