[READY]Parallax (#22315)

* Ports Space Parallax from vg/yogs

* KILL ME

* fuck shit

* fixes

* rgfkbjhkefrhjkfrejhkfds

* Parallax, part 2.

* Gotta get these defines in before remie notices!

* DAMN IT! SHE FOUND ONE!

* fixes orbits

* fix orbits take 2

* Fixes some things with parallax

* Refactors parallax shuttle animations.
This commit is contained in:
Kyle Spier-Swenson
2016-12-20 19:55:10 -08:00
committed by Cheridan
parent 743ec486cb
commit 2243ab6036
27 changed files with 439 additions and 24 deletions

View File

@@ -57,12 +57,12 @@
mymob = owner
ui_style_icon = ui_style
hide_actions_toggle = new
hide_actions_toggle.InitialiseIcon(src)
hand_slots = list()
for(var/mytype in subtypesof(/obj/screen/plane_master))
var/obj/screen/plane_master/instance = new mytype()
plane_masters["[instance.plane]"] = instance
@@ -208,6 +208,7 @@
mymob.update_action_buttons(1)
reorganize_alerts()
mymob.reload_fullscreen()
create_parallax()
/datum/hud/human/show_hud(version = 0,mob/viewmob)