Titlescreen

This commit is contained in:
KorPhaeron
2016-01-28 13:49:33 -06:00
parent 90fc9a8aad
commit 5badf64caf
8 changed files with 20 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ Names of z-level do not matter, but order does greatly, for instances such as ch
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\DiscStation\DiscStation.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+2
View File
@@ -6,6 +6,8 @@ Names of z-level do not matter, but order does greatly, for instances such as ch
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\AsteroidStation\AsteroidStation.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+2
View File
@@ -8,6 +8,8 @@ A small map intended for lowpop(40 players and less).
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\BirdStation\BirdStation.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+2
View File
@@ -15,6 +15,8 @@ z7 = empty space
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\DreamStation\dreamstation04.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+2
View File
@@ -15,6 +15,8 @@ z7 = empty space
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\MetaStation\MetaStation.v41I.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+2
View File
@@ -48,6 +48,8 @@ Changes to the uplinks were made to discourage murderboning, the rest is the sam
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\MiniStation\MiniStation.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+2
View File
@@ -15,6 +15,8 @@ z7 = empty space
#if !defined(MAP_FILE)
#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map
#include "map_files\TgStation\tgstation.2.1.3.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
+6
View File
@@ -299,6 +299,12 @@
icon = 'icons/misc/fullscreen.dmi'
icon_state = "title"
layer = FLY_LAYER
var/titlescreen = TITLESCREEN
/turf/indestructible/splashscreen/New()
..()
if(titlescreen)
icon_state = TITLESCREEN
/turf/indestructible/riveted
icon_state = "riveted"