added licence (GPLv3, and all previous versions except one uploaded to Abandonia...
[awish.git] / asm / defs / tiles.awa
blob6de55b21890c7ee9cccba51e03ef232b17068e21
1 /*
2  * This program is free software: you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation, either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
14  */
15 /* various map tiles */
17 const: BTILE_EMPTY = 0
18 const: BTILE_DOOR_LOCK = 3
19 const: BTILE_EXIT = 8
20 const: BTILE_DOORS_CS = 1  ; closed_start
21 const: BTILE_DOORS_CE = 4  ; closed_end
22 const: BTILE_DOOR_ADD_TO_OPEN = 4
24 const: FTILE_EMPTY  = 0
25 const: FTILE_GREEN  = 2
26 const: FTILE_EARTH  = 4
27 const: FTILE_GLASS  = 5
28 const: FTILE_BOUNCE = 6
29 const: FTILE_LIFT   = 7
30 const: FTILE_ICE    = 11
31 const: FTILE_STEEL  = 12