diff options
| author | iamcheeseman <[hidden email]> | 2026-01-14 19:21:33 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-14 19:21:33 -0500 |
| commit | d6f276be6bc1214c88cfc5346ceb7a5bea610638 (patch) | |
| tree | 9b1f4d1aa4a02f2855c14dea2bf440f58343cc0e /res/rooms | |
| parent | 1b8553bf96017795dcf081b78371c3b2a8d5ecc5 (diff) | |
i HATE physics bugs (i haven't fixed them yet)
Diffstat (limited to 'res/rooms')
| -rw-r--r-- | res/rooms/room_begin.tmj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/rooms/room_begin.tmj b/res/rooms/room_begin.tmj index 2e1fe8b..ec4cba0 100644 --- a/res/rooms/room_begin.tmj +++ b/res/rooms/room_begin.tmj @@ -47,8 +47,8 @@ "type":"player_spawn", "visible":true, "width":0, - "x":304, - "y":128 + "x":240, + "y":200 }, { "height":48, @@ -58,8 +58,8 @@ "type":"collision", "visible":true, "width":48, - "x":288, - "y":128 + "x":0, + "y":0 }], "opacity":1, "type":"objectgroup", |
