pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/data/prefabs Makefile.am,NONE,1.1 water.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/prefabs Makefile.am,NONE,1.1 water.xml,NONE,1.1
Date: 5 Apr 2003 23:24:34 -0000

Update of /var/lib/cvs/Games/Pingus/data/prefabs
In directory dark:/tmp/cvs-serv9150/data/prefabs

Added Files:
        Makefile.am water.xml 
Log Message:
make files fixes

--- NEW FILE: Makefile.am ---
# Pingus - A free Lemmings clone
# Copyright (C) 2003 Ingo Ruhnke <address@hidden>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

## Override automake so that "make install" puts these in proper place:
pkgdatadir = $(datadir)/games/@PACKAGE@/prefabs

EXTRA_DIST = water.xml snow-entrance.xml
pkgdata_DATA = $(EXTRA_DIST)

# EOF #

--- NEW FILE: water.xml ---
<pingus-prefab>
  <name>Water</name>
  <object>
    <group>
      <liquid use-old-width-handling="0">
        <surface><resource type="datafile">
            <resource-datafile>liquids</resource-datafile>
            <resource-ident>Liquid/water2</resource-ident>
            <modifier>ROT0</modifier>
          </resource></surface>
        <position>
          <x-pos>-40</x-pos>
          <y-pos>525</y-pos>
          <z-pos>-50</z-pos>
        </position>
        <width>20</width>
        <speed>55</speed>
      </liquid>

      <liquid use-old-width-handling="0">
        <surface><resource type="datafile">
            <resource-datafile>liquids</resource-datafile>
            <resource-ident>Liquid/water2</resource-ident>
            <modifier>ROT0</modifier>
          </resource></surface>
        <position>
          <x-pos>-76</x-pos>
          <y-pos>538</y-pos>
          <z-pos>100</z-pos>
        </position>
        <width>20</width>
        <speed>60</speed>
      </liquid>
    </group>
  </object>
</pingus-prefab>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]