Files
Paradise/code/world_definition.dm
AffectedArc07 48b0210064 [READY] Widescreen (#20861)
* TM Needed - Widescreen

* A lot of fixes

* TM notice

* Feedback thread

* Minor tweaks

* Expans silicon view stuff

* Fix viewmods

* The preferential option

* Why were these global

* Fix clickcatch sizing, fix parallax issues

* Maybe fixes the runtime

* READY
2023-06-07 21:09:16 +01:00

12 lines
504 B
Plaintext

// This file is just for the necessary /world definition
// Try looking in game/world.dm
/world
mob = /mob/new_player
turf = /turf/space
area = /area/space
view = "15x15" // If you ever set this to a non-square value you will need to update a lot of the code!
cache_lifespan = 0 //stops player uploaded stuff from being kept in the rsc past the current session
fps = 20 // If this isnt hard-defined, anything relying on this variable before world load will cry a lot
name = "Paradise Station 13"