From 056af5c53a7fb90d44f0e1bb5e096db7ad78f042 Mon Sep 17 00:00:00 2001 From: NovaSquirrel Date: Thu, 7 Jun 2018 04:42:24 -0400 Subject: [PATCH] Added a barrier to the last ceiling part of 1-7 --- levels/underground_2.json | 6 ++++++ levels/underground_2.s | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/levels/underground_2.json b/levels/underground_2.json index e59867b..931a454 100644 --- a/levels/underground_2.json +++ b/levels/underground_2.json @@ -1056,6 +1056,12 @@ "Y": 1, "W": 4, "H": 2 + }, { + "Id": "CEILING_BARRIER", + "X": 80, + "Y": 0, + "W": 1, + "H": 2 }] }, { "Name": "Sprites", diff --git a/levels/underground_2.s b/levels/underground_2.s index 2475d64..4cfaaf7 100644 --- a/levels/underground_2.s +++ b/levels/underground_2.s @@ -81,7 +81,8 @@ underground_2Data: LObjN LO::R_COIN, 3, 7, 1, 0 LObjN LO::R_ROCK, 0, 8, 4, 6 LObjN LO::WIDE_1, 1, 6, 3, LN1::SOLID_LEDGE - LObjN LO::RECT_1, 4, 0, 3, LN1::GROUND, 20 + LObjN LO::R_CEILING_BARRIER,3, 0, 0, 1 + LObjN LO::RECT_1, 1, 0, 3, LN1::GROUND, 20 LObjN LO::R_ROCK, 0, 6, 5, 8 LObjN LO::R_COIN, 6, 6, 0, 2 LObj LO::S_SPRING, 0, 10