Skip to content

Commit 3ffeaf0

Browse files
authored
feat: migrate the rest of the hats (#912)
Migrate the rest of the hats in `old_assets/`.
1 parent 461b21a commit 3ffeaf0

68 files changed

Lines changed: 172 additions & 184 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/game.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,25 @@ core:
272272
alarm: /player/emotes/alarm.emote.yaml
273273

274274
player_hats:
275-
- /player/hats/pirate.hat.yaml
276-
- /player/hats/straw.hat.yaml
275+
- /player/hats/bonnet/bonnet.hat.yaml
276+
- /player/hats/bow/bow.hat.yaml
277+
- /player/hats/bucket/bucket.hat.yaml
278+
- /player/hats/chef/chef.hat.yaml
279+
- /player/hats/chest/chest.hat.yaml
280+
- /player/hats/cowboy/cowboy.hat.yaml
281+
- /player/hats/crown/crown.hat.yaml
282+
- /player/hats/diving_goggles/diving_goggles.hat.yaml
283+
- /player/hats/fisherman/fisherman.hat.yaml
284+
- /player/hats/pineapple/pineapple.hat.yaml
285+
- /player/hats/pirate/pirate.hat.yaml
286+
- /player/hats/pot/pot.hat.yaml
287+
- /player/hats/pufferfish/pufferfish.hat.yaml
288+
- /player/hats/spicy_lobster/spicy_lobster.hat.yaml
289+
- /player/hats/straw/straw.hat.yaml
290+
- /player/hats/topper/topper.hat.yaml
291+
- /player/hats/unicorn/unicorn.hat.yaml
292+
- /player/hats/viking/viking.hat.yaml
293+
- /player/hats/water_lily/water_lily.hat.yaml
277294

278295
stable_maps:
279296
- /map/levels/level_1.map.yaml
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
image: ./bonnet.png
2+
tile_size: [35, 25]
3+
columns: 1
4+
rows: 1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Bonnet Hat
2+
atlas: ./bonnet.atlas.yaml
3+
4+
offset: [-11, 28]
5+
body_size: [35, 25]
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
image: ./bow.png
2+
tile_size: [23, 19]
3+
columns: 1
4+
rows: 1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Bow Hat
2+
atlas: ./bow.atlas.yaml
3+
4+
offset: [-10, 28]
5+
body_size: [23, 19]
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
image: ./bucket.png
2+
tile_size: [34, 33]
3+
columns: 1
4+
rows: 1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Bucket Hat
2+
atlas: ./bucket.atlas.yaml
3+
4+
offset: [-3, 31]
5+
body_size: [34, 33]
File renamed without changes.

0 commit comments

Comments
 (0)