~widelands-dev/widelands/editor_new_map

« back to all changes in this revision

Viewing changes to tribes/buildings/productionsites/atlanteans/fishbreeders_house/init.lua

  • Committer: tiborb95 at gmail
  • Date: 2015-12-28 22:04:39 UTC
  • mfrom: (7652.1.26 trunk)
  • Revision ID: tiborb95@gmail.com-20151228220439-cjac2ap5qtfoznmq
trunk merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
   animations = {
22
22
      idle = {
23
 
         template = "idle_??",
24
 
         directory = dirname,
 
23
         pictures = path.list_files(dirname .. "idle_??.png"),
25
24
         hotspot = { 34, 42 },
26
25
      },
27
26
   },