~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/atlanteans/weaponsmithy/init.lua

  • Committer: The Widelands Bunnybot
  • Date: 2021-06-09 12:34:39 UTC
  • Revision ID: bunnybot@widelands.org-20210609123439-msgbw2sa8t49lcl6
Use shared_ptr for AddOnInfo (#4747)

(by Noordfrees)
99258816175fffcaa8e7cd135c04d0117f8c25c1

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
      planks = 1
23
23
   },
24
24
 
 
25
   animation_directory = dirname,
25
26
   animations = {
26
27
      idle = {
27
 
         pictures = path.list_files(dirname .. "idle_??.png"),
28
28
         hotspot = { 50, 58 },
29
29
      },
30
30
      working = {
31
 
         pictures = path.list_files(dirname .. "idle_??.png"), -- TODO(GunChleoc): No animation yet.
 
31
         basename = "idle", -- TODO(GunChleoc): No animation yet.
32
32
         hotspot = { 50, 58 },
33
33
      }
34
34
   },