Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 177 additions & 0 deletions data/images/autotiles.satc
Original file line number Diff line number Diff line change
Expand Up @@ -9317,6 +9317,183 @@

)


;; WATERFALL
(autotileset
(name "waterfall")
(default 8031)

;; TOP-LEFT
(autotile
(id 8019)
(alt-id (id 8017) (period-x 2 1) (period-y 2 0))
(alt-id (id 8027) (period-x 2 0) (period-y 2 1))
(alt-id (id 8025) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*0*01*1*")
)

;; TOP-CENTER
(autotile
(id 8015)
(alt-id (id 8016) (period-x 2 1) (period-y 2 0))
(alt-id (id 8023) (period-x 2 0) (period-y 2 1))
(alt-id (id 8024) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*0*11*1*")
)

;; TOP-RIGHT
(autotile
(id 8018)
(alt-id (id 8020) (period-x 2 1) (period-y 2 0))
(alt-id (id 8026) (period-x 2 0) (period-y 2 1))
(alt-id (id 8028) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*0*10*1*")
)

;; TOP-THIN
(autotile
(id 8022)
(alt-id (id 8021) (period-x 2 1) (period-y 2 0))
(alt-id (id 8030) (period-x 2 0) (period-y 2 1))
(alt-id (id 8029) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*0*00*1*")
)

;; MIDDLE-LEFT
(autotile
(id 8035)
(alt-id (id 8033) (period-x 2 1) (period-y 2 0))
(alt-id (id 8043) (period-x 2 0) (period-y 2 1))
(alt-id (id 8041) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*1*01*1*")
)

;; MIDDLE-CENTER
(autotile
(id 8031)
(alt-id (id 8032) (period-x 2 1) (period-y 2 0))
(alt-id (id 8039) (period-x 2 0) (period-y 2 1))
(alt-id (id 8040) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*1*11*1*")
)

;; MIDDLE-RIGHT
(autotile
(id 8034)
(alt-id (id 8036) (period-x 2 1) (period-y 2 0))
(alt-id (id 8042) (period-x 2 0) (period-y 2 1))
(alt-id (id 8044) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*1*10*1*")
)

;; MIDDLE-THIN
(autotile
(id 8038)
(alt-id (id 8037) (period-x 2 1) (period-y 2 0))
(alt-id (id 8046) (period-x 2 0) (period-y 2 1))
(alt-id (id 8045) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*1*00*1*")
)

;; BOTTOM-LEFT
(autotile
(id 8051)
(alt-id (id 8049) (period-x 2 1) (period-y 2 0))
(alt-id (id 8059) (period-x 2 0) (period-y 2 1))
(alt-id (id 8057) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*1101*0*")
(mask "01111*0*")
)

;; BOTTOM-CENTER
(autotile
(id 8047)
(alt-id (id 8048) (period-x 2 1) (period-y 2 0))
(alt-id (id 8055) (period-x 2 0) (period-y 2 1))
(alt-id (id 8056) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "11111*0*")
)

;; BOTTOM-RIGHT
(autotile
(id 8050)
(alt-id (id 8052) (period-x 2 1) (period-y 2 0))
(alt-id (id 8058) (period-x 2 0) (period-y 2 1))
(alt-id (id 8060) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "11*10*0*")
(mask "11011*0*")
)

;; BOTTOM-THIN
(autotile
(id 8054)
(alt-id (id 8053) (period-x 2 1) (period-y 2 0))
(alt-id (id 8062) (period-x 2 0) (period-y 2 1))
(alt-id (id 8061) (period-x 2 1) (period-y 2 1))
(solid #t)
(mask "*1*00*0*")
(mask "01011*0*")
(mask "*1001*0*")
(mask "01*10*0*")
)

;; HORIZONTAL
(autotile
(id 8069)
(alt-id (id 8070) (period-x 2 1))
(solid #t)
(mask "*0****0*")
)

;; DECO-LEFT
(autotile
(id 8067)
(solid #f)
(mask "00*01*00")
)

;; DECO-RIGHT
(autotile
(id 8068)
(solid #f)
(mask "*001000*")
)

;; DECO-BOTTOM-LEFT
(autotile
(id 8065)
(solid #f)
(mask "001*0***")
)

;; DECO-BOTTOM-CENTER
(autotile
(id 8063)
(alt-id (id 8064) (period-x 2 1))
(solid #f)
(mask "*1******")
)

;; DECO-BOTTOM-RIGHT
(autotile
(id 8066)
(solid #f)
(mask "1000****")
)

)

;; SUPPORT MULTIPLE AUTOTILESETS PER TILE - START

(autotileset
Expand Down
129 changes: 113 additions & 16 deletions data/images/tiles.strf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(source "autotiles.satc")
)

;; next-id: 7949
;; next-id: 8111
;; free/skipped ids (please use before any other):
;; 4642-4660, 5061-5089, 5268-5283, 5453-5522
;; No group ids are currently skipped! Delete this line if any are and replace it with said ids...
Expand Down Expand Up @@ -169,6 +169,18 @@

5400 5401 5402 5403
5404 5405 5406 5407

8076 8077 8083 8084
8100 8101 8097 8098
8071 8072 8073 8074
8085 8086 8087 8088
8099 0 0 8102
8079 8080 8081 8082
8093 8094 8095 8096
8107 8108 8109 8110
8075 0 0 8078
8089 8090 8091 8092
8103 8104 8105 8106

5287 5284 5285 5286

Expand Down Expand Up @@ -1585,14 +1597,23 @@
2019 2140 2141 2142
2020 2020 2020 2020

191 192 193 194
187 188 189 190
183 184 185 186
179 180 181 182
175 176 177 178
195 176 177 196
197 198 198 199
;; waterfall

8019 8017 8018 8020
8027 8025 8026 8028
8015 8016 8022 8021
8023 8024 8030 8029
8035 8033 8034 8036
8043 8041 8042 8044
8031 8032 8038 8037
8039 8040 8046 8045
8051 8049 8050 8052
8059 8057 8058 8060
8047 8048 8054 8053
8055 8056 8062 8061
8069 8070 8067 8068
8063 8064 8065 8066
0 0 0 0
;; Lava

2136 2137 2138 2139
Expand Down Expand Up @@ -2984,12 +3005,13 @@
512 512 512 512
)
(images
"tiles/waterfall/trans-0.png"
"tiles/waterfall/trans-1.png"
"tiles/waterfall/trans-2.png"
"tiles/waterfall/trans-3.png"
"tiles/waterfall/deprecated/trans-0.png"
"tiles/waterfall/deprecated/trans-1.png"
"tiles/waterfall/deprecated/trans-2.png"
"tiles/waterfall/deprecated/trans-3.png"
)
(fps 10)
(deprecated #t)
)

(tiles
Expand All @@ -2999,17 +3021,18 @@
197 198 199
)
(images
"tiles/waterfall/foam-0.png"
"tiles/waterfall/foam-1.png"
"tiles/waterfall/foam-2.png"
"tiles/waterfall/foam-3.png"
"tiles/waterfall/deprecated/foam-0.png"
"tiles/waterfall/deprecated/foam-1.png"
"tiles/waterfall/deprecated/foam-2.png"
"tiles/waterfall/deprecated/foam-3.png"
)
(attributes
512 0 512
512 512 512
)
(water #t)
(fps 10)
(deprecated #t)
)

(tile
Expand Down Expand Up @@ -9263,8 +9286,82 @@
)
)

;; NEW WATERFALL
(tiles
(width 8)(height 7)
(ids
8015 8016 8017 8018 8019 8020 8021 8022
8023 8024 8025 8026 8027 8028 8029 8030
8031 8032 8033 8034 8035 8036 8037 8038
8039 8040 8041 8042 8043 8044 8045 8046
8047 8048 8049 8050 8051 8052 8053 8054
8055 8056 8057 8058 8059 8060 8061 8062
8063 8064 8065 8066 8067 8068 8069 8070

)
(attributes
512 512 528 528 528 528 512 512
512 512 528 528 528 528 512 512
512 512 512 512 512 512 512 512
512 512 512 512 512 512 512 512
512 512 512 512 512 512 512 512
512 512 512 512 512 512 512 512
0 0 0 0 0 0 0 0

)
(datas
0 0 50 64 50 64 0 0
0 0 50 64 50 64 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
)
(images
"tiles/waterfall/waterfall-0000.png"
"tiles/waterfall/waterfall-0001.png"
"tiles/waterfall/waterfall-0002.png"
"tiles/waterfall/waterfall-0003.png"
"tiles/waterfall/waterfall-0004.png"
"tiles/waterfall/waterfall-0005.png"
"tiles/waterfall/waterfall-0006.png"
"tiles/waterfall/waterfall-0007.png"
"tiles/waterfall/waterfall-0008.png"
"tiles/waterfall/waterfall-0009.png"
"tiles/waterfall/waterfall-0010.png"
"tiles/waterfall/waterfall-0011.png"
"tiles/waterfall/waterfall-0012.png"
"tiles/waterfall/waterfall-0013.png"
"tiles/waterfall/waterfall-0014.png"
"tiles/waterfall/waterfall-0015.png"
)
;;(editor-images "tiles/waterfall/waterfall-debug.png")
(fps 30)
)

;; SLOPED ICE SPIKES
(tiles
(width 14)(height 3)
(ids
8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084
8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098
8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 0 0
)
(attributes
1040 1040 1040 1040 0 1040 1040 0 1040 1040 0 0 0 0
1040 1040 1040 1040 1040 1040 1040 1040 1040 1040 1040 1040 1040 1040
0 0 0 0 1040 1040 1040 1040 0 0 1040 1040 0 0
)
(datas
18 34 32 16 0 66 48 0 2 0 0 0 0 0
19 35 33 17 32 16 18 34 3 1 0 2 65 51
0 0 0 0 33 17 19 35 0 0 1 3 0 0
)
(images
"tiles/snow/spike2.png"
)
)

;; Additional attributes
(additional
Expand Down
Binary file added data/images/tiles/snow/spike2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-0015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tiles/waterfall/waterfall-debug.png
4 changes: 2 additions & 2 deletions data/levels/world1/antarctic_outpost.stl
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ end_cutscene();")
(z-pos -100)
(width 465)
(height 50)
(tiles -4441 0 2906 2907 -463 0 2906 2907 -452 0 2047 -10 0 2906 2907 -452 0 2048 -464 0 2048 -205 0 4214 -9 4215 -83 0 3927 -13 0 3927 -151 0 2048 -205 0 4214 -9 4215 -83 0 3928 -13 0 3928 -4 0 4094 4095 -11 0 4094 4095 -132 0 2048 -12 0 2891 2892 -49 0 4094 4095 -21 0 4094 4095 -100 0 130 -16 0 4214 -9 4215 -83 0 3928 -13 0 3928 -4 0 4096 4097 -5 0 2047 -5 0 4096 4097 -87 0 3927 -30 0 7399 7400 -12 0 2048 -12 0 2895 2896 -40 0 2047 -8 0 4096 4097 -10 0 2047 -10 0 4096 4097 -100 0 129 -16 0 4214 -9 4215 -83 0 3928 -13 0 3928 -4 0 4098 4099 -5 0 2048 -5 0 4098 4099 -87 0 3928 -6 0 4094 4095 -22 0 7401 7402 -12 0 2049 -54 0 2048 -8 0 4098 4099 -10 0 2048 -10 0 4098 4099 -100 0 129 -16 0 4214 -9 4215 -109 0 2048 -76 0 7403 7404 -16 0 3928 -6 0 4096 4097 -49 0 2906 2907 -40 0 2048 -20 0 2048 -112 0 129 -16 0 4214 -9 4215 -109 0 2048 -76 0 7405 7406 -16 0 3928 5203 5204 -4 0 4098 4099 -49 0 2906 2907 -3 0 3955 3952 3951 3955 3952 3950 -31 0 2048 -20 0 2048 -112 0 129 -16 0 4214 -9 4215 -109 0 2048 -80 0 2047 -71 0 2906 2907 -3 0 3955 3958 3957 3955 3958 3962 -9 0 122 123 -6 0 122 123 -12 0 2048 -20 0 2048 -70 0 122 123 -40 0 129 -2 0 106 107 108 -11 0 4214 -9 4215 -46 0 3927 -62 0 2048 -80 0 2048 -76 0 3955 3952 3951 3955 3952 3950 -9 0 124 125 -2 0 122 123 -2 0 124 125 -12 0 2048 -20 0 2048 -40 0 106 107 108 -27 0 124 125 -36 0 24 -3 0 4967 -2 0 109 110 111 -3 0 5203 5204 -6 0 4214 -9 4215 -46 0 3928 -62 0 2048 -11 0 2047 -68 0 2048 -56 0 2047 -19 0 3955 3958 3957 3955 3958 3962 -9 0 1345 1344 -2 0 1345 1344 -2 0 1345 1344 0 24 -10 0 2049 -20 0 2048 -23 0 2622 -14 0 2621 0 109 110 111 -27 0 1345 1344 -24 0 122 123 -31 0 4214 -9 4215 -46 0 3928 -62 0 2049 -11 0 2048 -53 0 3927 -14 0 2048 -56 0 2048 -22 0 -3 3949 3950 -5 0 3948 3949 -44 0 2048 -27 0 24 -68 0 124 125 -87 0 3928 0 106 107 108 -19 0 2622 5203 5204 0 2621 -5 0 106 107 108 -38 0 2048 -53 0 3928 -14 0 2048 -56 0 2048 -22 0 -3 3955 3952 3949 3950 -2 0 3948 3951 3955 -44 0 2048 -96 0 1345 1344 0 2622 -83 0 24 0 3928 0 109 110 111 -12 0 2623 2624 -15 0 109 110 111 0 2621 -36 0 2048 -53 0 3928 -14 0 2048 -56 0 2048 -22 0 -5 3955 3952 -2 3949 3951 -2 3955 -44 0 2048 -260 0 2048 -53 0 3928 -14 0 2048 -6 0 106 107 108 -47 0 2048 -26 0 -6 3955 -45 0 2048 -83 0 5203 5204 2621 -91 0 2621 -82 0 2048 -53 0 3928 2621 -13 0 2049 -6 0 109 110 111 -21 0 -2 2144 -24 0 2048 -77 0 2048 -168 0 5203 5204 0 2622 -88 0 2048 -30 0 106 107 108 -66 0 -2 2147 -24 0 2048 -77 0 2048 -260 0 2048 -6 0 5203 5204 -20 0 2622 0 109 110 111 -12 0 5203 5204 -78 0 2048 -77 0 2048 -233 0 24 -26 0 2049 0 24 -123 0 2048 -72 0 183 184 -3 0 2048 -21 0 -2 2144 -15 0 2625 2626 -198 0 2621 -2 0 2622 -5 0 5203 5204 0 2625 2626 -3 0 2621 -130 0 2048 -72 0 179 180 -3 0 2048 -3 0 2047 -17 0 -2 2147 -12 0 2622 -350 0 2049 -71 0 195 175 176 196 -2 0 2049 -3 0 2048 -426 0 5117 -7 0 5117 -19 0 197 -2 198 199 -6 0 2048 -425 0 5118 5119 5120 -3 0 5117 0 5118 5119 5120 -28 0 2048 -347 0 2619 -77 0 5121 5122 5124 -2 0 5118 5119 5120 5121 5122 5124 -2 0 5117 -25 0 2048 -337 0 2619 -87 0 5125 5126 5127 2620 0 5121 5122 5124 5125 5126 5127 0 5118 5119 5120 -24 0 2048 -340 0 2620 -89 0 5125 5126 5127 -4 0 5121 5122 5124 -24 0 2049 -29 0 2613 2614 -406 0 5125 5126 5127 -50 0 2620 -9 0 2619 -406 0 5117 -463 0 5118 5119 5120 -462 0 5121 5122 5124 0 5117 -163 0 5117 -296 0 5125 5126 5127 5118 5119 5120 -4 0 5117 -156 0 5118 5119 5120 -298 0 5121 5122 5124 -3 0 5118 5119 5120 -57 0 5117 -97 0 5121 5122 5124 -4 0 5117 -293 0 5125 5126 5127 0 2619 0 5121 5122 5124 -56 0 5118 5119 5120 -15 0 5117 -77 0 5117 -2 0 5125 5126 5127 -3 0 5118 5119 5120 -125 0 5117 -172 0 5125 5126 5127 -56 0 5121 5122 5124 0 5117 -12 0 5118 5119 5120 -75 0 5118 5119 5120 0 5125 5126 5127 -3 0 5121 5122 5124 -121 0 5117 -2 0 5118 5119 5120 -227 0 5117 -2 0 5125 5126 5127 5118 5119 5120 -7 0 5117 -3 0 5121 5122 5124 -2 0 5117 -72 0 5121 5122 5124 0 5125 5126 5127 -3 0 5125 5126 5127 -120 0 5118 5119 5120 0 5121 5122 5124 -226 0 5118 5119 5120 0 5125 5126 5127 5121 5122 5124 -6 0 5118 5119 5120 -2 0 5125 5126 5127 0 5118 5119 5120 -71 0 5125 5126 5127 0 5125 5126 5127 -3 0 5125 5126 5127 -120 0 5121 5122 5124 0 5125 5126 5127 -226 0 5121 5122 5124 0 5125 5126 5127 5125 5126 5127 -6 0 5121 5122 5124 -2 0 5125 5126 5127 0 5121 5122 5124 -71 0 5125 5126 5127 0 5125 5126 5127 -3 0 5125 5126 5127 -120 0 5125 5126 5127 0 5125 5126 5127 -226 0 5125 5126 5127 0 5125 5126 5127 5125 5126 5127 -6 0 5125 5126 5127 -2 0 5125 5126 5127 0 5125 5126 5127 -71 0)
(tiles -4441 0 2906 2907 -463 0 2906 2907 -452 0 2047 -10 0 2906 2907 -452 0 2048 -464 0 2048 -205 0 4214 -9 4215 -83 0 3927 -13 0 3927 -151 0 2048 -205 0 4214 -9 4215 -83 0 3928 -13 0 3928 -4 0 4094 4095 -11 0 4094 4095 -132 0 2048 -12 0 2891 2892 -49 0 4094 4095 -21 0 4094 4095 -100 0 130 -16 0 4214 -9 4215 -83 0 3928 -13 0 3928 -4 0 4096 4097 -5 0 2047 -5 0 4096 4097 -87 0 3927 -30 0 7399 7400 -12 0 2048 -12 0 2895 2896 -40 0 2047 -8 0 4096 4097 -10 0 2047 -10 0 4096 4097 -100 0 129 -16 0 4214 -9 4215 -83 0 3928 -13 0 3928 -4 0 4098 4099 -5 0 2048 -5 0 4098 4099 -87 0 3928 -6 0 4094 4095 -22 0 7401 7402 -12 0 2049 -54 0 2048 -8 0 4098 4099 -10 0 2048 -10 0 4098 4099 -100 0 129 -16 0 4214 -9 4215 -109 0 2048 -76 0 7403 7404 -16 0 3928 -6 0 4096 4097 -49 0 2906 2907 -40 0 2048 -20 0 2048 -112 0 129 -16 0 4214 -9 4215 -109 0 2048 -76 0 7405 7406 -16 0 3928 5203 5204 -4 0 4098 4099 -49 0 2906 2907 -3 0 3955 3952 3951 3955 3952 3950 -31 0 2048 -20 0 2048 -112 0 129 -16 0 4214 -9 4215 -109 0 2048 -80 0 2047 -71 0 2906 2907 -3 0 3955 3958 3957 3955 3958 3962 -9 0 122 123 -6 0 122 123 -12 0 2048 -20 0 2048 -70 0 122 123 -40 0 129 -2 0 106 107 108 -11 0 4214 -9 4215 -46 0 3927 -62 0 2048 -80 0 2048 -76 0 3955 3952 3951 3955 3952 3950 -9 0 124 125 -2 0 122 123 -2 0 124 125 -12 0 2048 -20 0 2048 -40 0 106 107 108 -27 0 124 125 -36 0 24 -3 0 4967 -2 0 109 110 111 -3 0 5203 5204 -6 0 4214 -9 4215 -46 0 3928 -62 0 2048 -11 0 2047 -68 0 2048 -56 0 2047 -19 0 3955 3958 3957 3955 3958 3962 -9 0 1345 1344 -2 0 1345 1344 -2 0 1345 1344 0 24 -10 0 2049 -20 0 2048 -23 0 2622 -14 0 2621 0 109 110 111 -27 0 1345 1344 -24 0 122 123 -31 0 4214 -9 4215 -46 0 3928 -62 0 2049 -11 0 2048 -53 0 3927 -14 0 2048 -56 0 2048 -22 0 -3 3949 3950 -5 0 3948 3949 -44 0 2048 -27 0 24 -68 0 124 125 -87 0 3928 0 106 107 108 -19 0 2622 5203 5204 0 2621 -5 0 106 107 108 -38 0 2048 -53 0 3928 -14 0 2048 -56 0 2048 -22 0 -3 3955 3952 3949 3950 -2 0 3948 3951 3955 -44 0 2048 -96 0 1345 1344 0 2622 -83 0 24 0 3928 0 109 110 111 -12 0 2623 2624 -15 0 109 110 111 0 2621 -36 0 2048 -53 0 3928 -14 0 2048 -56 0 2048 -22 0 -5 3955 3952 -2 3949 3951 -2 3955 -44 0 2048 -260 0 2048 -53 0 3928 -14 0 2048 -6 0 106 107 108 -47 0 2048 -26 0 -6 3955 -45 0 2048 -83 0 5203 5204 2621 -91 0 2621 -82 0 2048 -53 0 3928 2621 -13 0 2049 -6 0 109 110 111 -21 0 -2 2144 -24 0 2048 -77 0 2048 -168 0 5203 5204 0 2622 -88 0 2048 -30 0 106 107 108 -66 0 -2 2147 -24 0 2048 -77 0 2048 -260 0 2048 -6 0 5203 5204 -20 0 2622 0 109 110 111 -12 0 5203 5204 -78 0 2048 -77 0 2048 -233 0 24 -26 0 2049 0 24 -123 0 2048 -72 0 8035 8036 -3 0 2048 -21 0 -2 2144 -15 0 2625 2626 -198 0 2621 -2 0 2622 -5 0 5203 5204 0 2625 2626 -3 0 2621 -130 0 2048 -72 0 8043 8044 -3 0 2048 -3 0 2047 -17 0 -2 2147 -12 0 2622 -350 0 2049 -71 0 8067 8051 8052 8068 -2 0 2049 -3 0 2048 -426 0 5117 -7 0 5117 -19 0 8065 8063 8064 8066 -6 0 2048 -425 0 5118 5119 5120 -3 0 5117 0 5118 5119 5120 -28 0 2048 -347 0 2619 -77 0 5121 5122 5124 -2 0 5118 5119 5120 5121 5122 5124 -2 0 5117 -25 0 2048 -337 0 2619 -87 0 5125 5126 5127 2620 0 5121 5122 5124 5125 5126 5127 0 5118 5119 5120 -24 0 2048 -340 0 2620 -89 0 5125 5126 5127 -4 0 5121 5122 5124 -24 0 2049 -29 0 2613 2614 -406 0 5125 5126 5127 -50 0 2620 -9 0 2619 -406 0 5117 -463 0 5118 5119 5120 -462 0 5121 5122 5124 0 5117 -163 0 5117 -296 0 5125 5126 5127 5118 5119 5120 -4 0 5117 -156 0 5118 5119 5120 -298 0 5121 5122 5124 -3 0 5118 5119 5120 -57 0 5117 -97 0 5121 5122 5124 -4 0 5117 -293 0 5125 5126 5127 0 2619 0 5121 5122 5124 -56 0 5118 5119 5120 -15 0 5117 -77 0 5117 -2 0 5125 5126 5127 -3 0 5118 5119 5120 -125 0 5117 -172 0 5125 5126 5127 -56 0 5121 5122 5124 0 5117 -12 0 5118 5119 5120 -75 0 5118 5119 5120 0 5125 5126 5127 -3 0 5121 5122 5124 -121 0 5117 -2 0 5118 5119 5120 -227 0 5117 -2 0 5125 5126 5127 5118 5119 5120 -7 0 5117 -3 0 5121 5122 5124 -2 0 5117 -72 0 5121 5122 5124 0 5125 5126 5127 -3 0 5125 5126 5127 -120 0 5118 5119 5120 0 5121 5122 5124 -226 0 5118 5119 5120 0 5125 5126 5127 5121 5122 5124 -6 0 5118 5119 5120 -2 0 5125 5126 5127 0 5118 5119 5120 -71 0 5125 5126 5127 0 5125 5126 5127 -3 0 5125 5126 5127 -120 0 5121 5122 5124 0 5125 5126 5127 -226 0 5121 5122 5124 0 5125 5126 5127 5125 5126 5127 -6 0 5121 5122 5124 -2 0 5125 5126 5127 0 5121 5122 5124 -71 0 5125 5126 5127 0 5125 5126 5127 -3 0 5125 5126 5127 -120 0 5125 5126 5127 0 5125 5126 5127 -226 0 5125 5126 5127 0 5125 5126 5127 5125 5126 5127 -6 0 5125 5126 5127 -2 0 5125 5126 5127 0 5125 5126 5127 -71 0)
)
(tilemap
(solid #f)
Expand Down Expand Up @@ -918,7 +918,7 @@ end_cutscene();")
(path-ref "gen16307561031998994742080")
(width 3)
(height 16)
(tiles 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 191 -2 0 187 -2 0 183 -2 0 179 0 195 175 196 197 198 199)
(tiles 0 8037 -2 0 8045 -2 0 8037 -2 0 8045 -2 0 8037 -2 0 8045 -2 0 8037 -2 0 8045 -2 0 8037 -2 0 8045 -2 0 8037 -2 0 8045 -2 0 8037 -2 0 8045 0 8067 8053 8068 8065 8064 8066)
)
(tilemap
(handle
Expand Down
Loading
Loading