]> git.localhorst.tv Git - blobs-assets.git/blob - data/tiles
simple tiles file
[blobs-assets.git] / data / tiles
1 algae = {
2         label = "Algae";
3         texture = 0;
4 };
5 desert = {
6         label = "Desert";
7         texture = 1;
8 };
9 forest = {
10         label = "Forest";
11         texture = 2;
12 };
13 grass = {
14         label = "Grass";
15         texture = 3;
16 };
17 ice = {
18         label = "Ice";
19         texture = 4;
20 };
21 jungle = {
22         label = "Jungle";
23         texture = 5;
24 };
25 mountain = {
26         label = "Mountain";
27         texture = 6;
28 };
29 ocean = {
30         label = "Ocean";
31         texture = 7;
32 };
33 rock = {
34         label = "Rock";
35         texture = 8;
36 };
37 sand = {
38         label = "Sand";
39         texture = 9;
40 };
41 taiga = {
42         label = "Taiga";
43         texture = 10;
44 };
45 tundra = {
46         label = "Tundra";
47         texture = 11;
48 };
49 water = {
50         label = "Water";
51         texture = 12;
52 };
53 wheat = {
54         label = "Wheat";
55         texture = 13;
56 };