Added some new tiles (unfinished work in progress)
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 20 Feb 2010 11:49:04 +0000 (11:49 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 20 Feb 2010 11:49:04 +0000 (11:49 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6337 837edb03-e0f3-0310-88ca-d4d4e8b29345

data/images/tiles.strf
data/images/tiles/nightcave/ground.png [new file with mode: 0644]

index bcb3825..b3723d5 100644 (file)
 ))
 
   (tilegroup
+   (name "Nightcave")
+   (tiles
+    2407 2408 2409 2410
+    2417 2418 2419 2420
+    2427 2428 2429 2430
+    2437 2438 2439 2440                  
+    2447 2448 2449 2450
+    2457 2458 2459 2460
+    2467 2468 2469 2470
+    2477 2478 2479 2480
+          
+    2411 2412 0 0
+    2421 2422 0 0
+    2431 2432 0 0
+    2441 2442 0 0
+    
+    2451 2452 0 0
+    2461 2462 0 0
+    2471 2472 0 0
+    2481 2482 0 0
+    
+    2413 2414 2415 2416
+    2423 2424 2425 2426
+    2433 2434 2435 2436
+    2443 2444 2445 2446
+    
+    2453 2454 2455 2456
+    2463 2464 2465 2466
+    2473 2474 2475 2476
+    2483 2484 2485 2486))
+  
+  (tilegroup
     (name "Snow")
     (tiles
       7    8    9    202
     (images
       "objects/icecube/icecube.png"))
 
-;; next-id: 2407
+  (tiles
+    (width 10)
+    (height 8)
+    (ids
+     2407 2408 2409 2410 2411 2412 2413 2414 2415 2416
+     2417 2418 2419 2420 2421 2422 2423 2424 2425 2426
+     2427 2428 2429 2430 2431 2432 2433 2434 2435 2436
+     2437 2438 2439 2440 2441 2442 2443 2444 2445 2446
+     
+     2447 2448 2449 2450 2451 2452 2453 2454 2455 2456
+     2457 2458 2459 2460 2461 2462 2463 2464 2465 2466
+     2467 2468 2469 2470 2471 2472 2473 2474 2475 2476
+     2477 2478 2479 2480 2481 2482 2483 2484 2485 2486
+    )
+    (attributes
+     0 0 0 0 0 0 0 0 0 0
+     0 0 0 0 0 0 0 0 0 0
+     1 1 1 1 1 1 1 1 1 1
+     1 1 1 1 1 1 1 1 1 1
+     1 1 1 1 1 1 1 1 1 1
+     1 1 1 1 1 1 1 1 1 1
+     1 1 1 1 1 1 1 1 1 1
+     1 1 1 1 1 1 1 1 1 1
+     )
+    (image "tiles/nightcave/ground.png")
+  )
+
+;; next-id: 2487
 )
diff --git a/data/images/tiles/nightcave/ground.png b/data/images/tiles/nightcave/ground.png
new file mode 100644 (file)
index 0000000..57c73c9
Binary files /dev/null and b/data/images/tiles/nightcave/ground.png differ