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 | |
| parent | 1b8553bf96017795dcf081b78371c3b2a8d5ecc5 (diff) | |
i HATE physics bugs (i haven't fixed them yet)
Diffstat (limited to 'res')
| -rw-r--r-- | res/img/bullet.qoi | bin | 0 -> 54 bytes | |||
| -rw-r--r-- | res/img/pistol.qoi | bin | 0 -> 61 bytes | |||
| -rw-r--r-- | res/rooms/room_begin.tmj | 8 | ||||
| -rw-r--r-- | res/world.tiled-session | 16 |
4 files changed, 12 insertions, 12 deletions
diff --git a/res/img/bullet.qoi b/res/img/bullet.qoi Binary files differnew file mode 100644 index 0000000..73c93b8 --- /dev/null +++ b/res/img/bullet.qoi diff --git a/res/img/pistol.qoi b/res/img/pistol.qoi Binary files differnew file mode 100644 index 0000000..df38c39 --- /dev/null +++ b/res/img/pistol.qoi 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", diff --git a/res/world.tiled-session b/res/world.tiled-session index 20c8558..ed64f3c 100644 --- a/res/world.tiled-session +++ b/res/world.tiled-session @@ -3,10 +3,10 @@ "height": 4300, "width": 2 }, - "activeFile": "rooms/room_begin_secret_1.tmj", + "activeFile": "rooms/room_begin.tmj", "expandedProjectPaths": [ - "rooms", - "." + ".", + "rooms" ], "fileStates": { "room_begin.tmj": { @@ -29,11 +29,11 @@ "expandedObjectLayers": [ 2 ], - "scale": 3, - "selectedLayer": 0, + "scale": 1.5, + "selectedLayer": 1, "viewCenter": { - "x": 465.66666666666663, - "y": 131.83333333333331 + "x": 328, + "y": 106.33333333333331 } }, "rooms/room_begin_1.tmj": { @@ -80,8 +80,8 @@ "recentFiles": [ "tileset.tsj", "rooms/room_begin_1.tmj", - "rooms/room_begin.tmj", "rooms/room_begin_secret_1.tmj", + "rooms/room_begin.tmj", "room_begin.tmj", "room_begin_1.tmj" ], |
