Skip to content

Commit

Permalink
Merge pull request #212 from LemonInTheDark/map-update
Browse files Browse the repository at this point in the history
I'm trying to clear away the shit that's more confusingly wrong so I can get people who aren't me using the cutter test map to diagnose issues.

I also expanded it a tad, started adding "cutouts" to the top left so I can have easy things to throw people at.
Existing shit

Updates the old shuttle to not be offset (doors still broken tho)

Updates all our wall sprites to only use 32px for the vertical + some tweaks

The slice of vertical that each "tile" displays is 32 pixels tall, rather then 48.
That's cause if it was 48 we'd end up displaying over ourselves, and that breaks both tiling and splitvis

So I went through and cut out the bottoms off all our vertical edges

While I was here I touched up the thickness on plastitanium walls, the spacing of bars on iron walls, and the detailing on rock2 and icerock walls to match the 0 state

touches up rock walls, their edges were too high and also not being fully cut properly

Handles part of #92

I made a sprite for iced metal walls
Paper walls (for the ruin)
And snow mountain walls (the vast majority of icebox, still not sure how I feel about it)

We are still missing walls/wall-likes, this isn't everything. Timegreen's new mountain "zeldalikes" need to be added, alongside a bunch of stuff for aliens and blobs.
  • Loading branch information
LemonInTheDark authored Feb 16, 2024
2 parents b676645 + 3dbe65f commit 9f26ed2
Show file tree
Hide file tree
Showing 106 changed files with 26,431 additions and 24,140 deletions.
2 changes: 2 additions & 0 deletions _maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
/area/ruin/space/has_grav/powered)
"i" = (
/obj/structure/closet{
base_pixel_x = 0;
base_pixel_y = 0;
icon_state = "oldcloset";
name = "strange closet";
enable_door_overlay = 0
Expand Down
4 changes: 2 additions & 2 deletions _maps/demo_map/PubbyStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15069,7 +15069,7 @@
/obj/structure/rack,
/obj/item/wrench,
/obj/item/screwdriver,
/obj/item/storage/secure/briefcase,
/obj/item/storage/briefcase/secure,
/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
dir = 1
},
Expand Down Expand Up @@ -36473,7 +36473,7 @@
pixel_x = -3;
pixel_y = 2
},
/obj/item/storage/secure/briefcase{
/obj/item/storage/briefcase/secure{
pixel_x = 2;
pixel_y = -2
},
Expand Down
Loading

0 comments on commit 9f26ed2

Please sign in to comment.