~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/wares/honey_bread/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:
8
8
   descname = pgettext("frisians_ware", "Honey Bread"),
9
9
   icon = dirname .. "menu.png",
10
10
 
 
11
   animation_directory = dirname,
11
12
   animations = {
12
13
      idle = {
13
 
         pictures = path.list_files(dirname .. "idle.png"),
14
14
         hotspot = { 6, 6 },
15
15
      },
16
16
   }