~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/buildings/warehouses/barbarians/headquarters_interim/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:
12
12
 
13
13
   -- The interim headquarters of the barbarians is a simple stone building thatched
14
14
   -- with reed and coated with many different wares.
 
15
   animation_directory = dirname,
15
16
   animations = {
16
17
      idle = {
17
 
         pictures = path.list_files(dirname .. "idle_??.png"),
18
18
         hotspot = { 64, 106 }
19
19
      },
20
20
   },