]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Moony z level hack (#15031)
authorMoony <moony@hellomouse.net>
Sat, 1 Apr 2023 02:49:10 +0000 (21:49 -0500)
committerGitHub <noreply@github.com>
Sat, 1 Apr 2023 02:49:10 +0000 (21:49 -0500)
commit1f6663912bcb334a90bd56c50cb6a9abffcfef85
tree78c0e5ab0eda660eb91116a09aed867e76ac4432
parent56b1628e5866142ea1a1c7851f07d21eb3e64ef2
Moony z level hack (#15031)

* save work

* Adds Z levels

* a

* ladders + parallax scroll

* zoom out not in

* oops, sandbox

* oops i broke the law

* run ci

* fuck

---------

Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
17 files changed:
Content.Client/Parallax/ParallaxOverlay.cs
Content.Client/UserInterface/Systems/Viewport/ViewportUIController.cs
Content.Client/Viewport/ScalingViewport.cs
Content.Client/zlevels/ZViewSystem.cs [new file with mode: 0644]
Content.Server/zlevels/ThirdDimension/LadderComponent.cs [new file with mode: 0644]
Content.Server/zlevels/ThirdDimension/LadderSystem.cs [new file with mode: 0644]
Content.Server/zlevels/ThirdDimension/ZViewSystem.cs [new file with mode: 0644]
Content.Shared/zlevels/ThirdDimension/SharedZLevelSystem.cs [new file with mode: 0644]
Content.Shared/zlevels/ThirdDimension/ZViewComponent.cs [new file with mode: 0644]
Content.Shared/zlevels/ThirdDimension/ZViewSystem.cs [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/ladder.yml [new file with mode: 0644]
Resources/Textures/Structures/ladder.rsi/bottom.png [new file with mode: 0644]
Resources/Textures/Structures/ladder.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Structures/ladder.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/ladder.rsi/meta.json.bak [new file with mode: 0644]
Resources/Textures/Structures/ladder.rsi/middle.png [new file with mode: 0644]
Resources/Textures/Structures/ladder.rsi/top.png [new file with mode: 0644]