~ubuntu-branches/ubuntu/precise/widelands/precise-backports

« back to all changes in this revision

Viewing changes to tribes/barbarians/buildings/constructionsite/conf

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2005-02-14 10:41:12 UTC
  • Revision ID: james.westby@ubuntu.com-20050214104112-6v08iux9fptxpva9
Tags: upstream-build9
Import upstream version build9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The constructionsite is a mess. Not nice and clean, but rather some
 
2
# trunks laying around on piles, maybe some tools.
 
3
 
 
4
[global]
 
5
descname=Construction Site      
 
6
 
 
7
type=construction
 
8
size=small                              # dummy; overridden by building size
 
9
buildable=no                    # counterintuitive, but correct: player can't build constructionsite
 
10
 
 
11
 
 
12
[idle]
 
13
pics=construction_i_??.png  # ???
 
14
hot_spot_x=5
 
15
hot_spot_y=5
 
16
clrkey_r=0
 
17
clrkey_g=0
 
18
clrkey_b=255
 
19