123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- ## $Id$
- ##
- ## Flexlay - A Generic 2D Game Editor
- ## Copyright (C) 2002 Ingo Ruhnke <grumbel@gmx.de>
- ##
- ## 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 3 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, see <http://www.gnu.org/licenses/>.
- # This file defines the mappings of Tile IDs to images/sprite
- $brushes = [
- [0, 8, 6, "House1"],
- [48, 8, 6, "House2"],
- [96, 8, 6, "House3"],
- [160, 8, 8, "House4"],
- [224, 8, 8, "House5"],
- [288, 8, 8, "House6"],
- [352, 8, 8, "House7"],
- [416, 10, 8, "House8"],
- [496, 10, 8, "House9"],
- [144, 4, 4, "Small House"],
- [720, 4, 4, "Small House with trees"],
- [576, 8, 6, "House with trees1"],
- [624, 8, 6, "House with trees2"],
- [672, 8, 6, "House with trees3"],
- [736, 8, 8, "House with trees4"],
- [800, 8, 8, "House with trees5"],
- [864, 8, 8, "House with trees6"],
- [928, 8, 8, "House with trees7"],
- [992, 10, 8, "House with trees8"],
- [1072, 10, 8, "House with trees9"],
- [1152, 30, 22, "Mountain"],
- [1812, 30, 22, "Mountain"],
- [2472, 30, 24, "Mountain"],
- [3192, 27, 17, "Mountain"],
- [3651, 19, 17, "Mountain"],
- [3974, 29, 14, "Mountain"],
- [4380, 22, 12, "Mountain"],
- [4644, 15, 19, "Mountain"],
- [4929, 16, 18, "Mountain"],
- [5217, 19, 14, "Mountain"],
- [5483, 22, 19, "Mountain"],
- [5901, 26, 18, "Mountain"],
- [6369, 21, 10, "Mountain"],
- [6579, 14, 17, "Mountain"],
- [6817, 14, 17, "Mountain"],
- [7055, 30, 16, "Mountain"],
- [7535, 23, 8, "Mountain"],
- [7719, 27, 14, "Mountain"],
- [8097, 4, 4, "Grass"],
- [8113, 4, 8, "Dirt"],
- [8145, 8, 7, "Dirt"],
- [8201, 8, 9, "Dirt"],
- [8273, 4, 10, "Dirt"],
- [8313, 6, 10, "Dirt"],
- [8373, 6, 6, "Dirt"],
- [8409, 6, 6, "Dirt"],
- [8445, 4, 4, "Dirt"],
- [8461, 4, 4, "Dirt"],
- [8477, 4, 4, "Dirt"],
- [8493, 4, 4, "Dirt"],
- [8509, 4, 4, "Dirt"],
- [8525, 4, 4, "Dirt"],
- [8541, 40, 25, "Lake"],
- [9541, 32, 18, "Outpost"],
- [10117, 10, 4, "Road"],
- [10157, 4, 10, "Road"],
- [10197, 10, 5, "Road"],
- [10247, 10, 4, "Road"],
- [10287, 10, 5, "Road"],
- [10337, 6, 6, "Road"],
- [10373, 6, 5, "Road"],
- [10403, 10, 4, "Road"],
- [10443, 10, 4, "Road"],
- [10483, 6, 6, "Road"],
- [10519, 10, 4, "Road"],
- [10559, 10, 5, "Road"],
- [10609, 6, 5, "Road"],
- [10639, 5, 4, "Road"],
- [10659, 5, 4, "Road"],
- [10679, 5, 4, "Road"],
- [10699, 5, 4, "Road"],
- [10719, 4, 5, "Road"],
- [10739, 4, 5, "Road"],
- [10759, 10, 4, "Road"],
- [10799, 10, 4, "Road"],
- [10839, 4, 14, "River"],
- [10895, 6, 3, "River"],
- [10913, 3, 2, "River"],
- [10919, 2, 2, "River"],
- [10923, 4, 4, "River"],
- [10939, 3, 4, "River"],
- [10951, 4, 3, "River"],
- [10963, 4, 1, "River"],
- [10967, 3, 1, "River"],
- [10970, 4, 7, "River"],
- [10998, 3, 2, "River"],
- [11004, 3, 4, "River"],
- [11016, 4, 4, "River"],
- [11032, 4, 3, "River"],
- [11044, 2, 2, "River"],
- [11048, 5, 3, "River"],
- [11063, 7, 4, "River"],
- [11091, 4, 4, "River"],
- [11107, 5, 4, "River Cross"],
- [11127, 6, 3, "River Cross"],
- [11145, 7, 4, "River Cross"],
- [11173, 5, 4, "River Cross"],
- [11193, 6, 3, "River Cross"],
- [11211, 7, 4, "River Cross"],
- [11239, 8, 8, "Trees"],
- [11303, 8, 2, "Trees"],
- [11319, 2, 8, "Trees"],
- [11335, 8, 2, "Trees"],
- [11351, 3, 8, "Trees"],
- [11375, 8, 8, "Trees"],
- [11439, 8, 8, "Trees"],
- [11503, 8, 8, "Trees"],
- [11567, 8, 8, "Trees"],
- [11631, 8, 8, "Trees"],
- [11695, 4, 8, "Trees"],
- [11727, 4, 8, "Trees"],
- [11759, 9, 5, "Trees"],
- [11804, 2, 7, "Trees"],
- [11818, 2, 3, "Trees"],
- [11824, 8, 8, "Trees"],
- [11888, 6, 6, "Trees"],
- [11924, 6, 6, "Trees"],
- ]
- # EOF #
|