Skip to content

Commit

Permalink
Add Boaty McBoatface
Browse files Browse the repository at this point in the history
  • Loading branch information
Areldir committed Jan 7, 2025
1 parent 89eb4de commit b7bf3a7
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 0 deletions.
Binary file added res/assets/Graphics/Ships/Cargo_Boat_E_01.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 res/assets/Graphics/Ships/Cargo_Boat_NE_01.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 res/assets/Graphics/Ships/Cargo_Boat_NW_01.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 res/assets/Graphics/Ships/Cargo_Boat_N_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 res/assets/Graphics/Ships/Cargo_Boat_SE_01.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 res/assets/Graphics/Ships/Cargo_Boat_SW_01.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 res/assets/Graphics/Ships/Cargo_Boat_S_01.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 res/assets/Graphics/Ships/Cargo_Boat_W_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions res/assets/Graphics/ships.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!DOCTYPE assetlist>
<!-- Unless specifically mentioned, all assets created by Areldir -->
<assetlist name="Ships">
<!-- Note: Cargo Boat Portrait -->
<image id="Cargo_Boat_Portrait">
<layer group="190" image="0"/>
<layer src="Cargo_Boat_Portrait_Overlay"/>
</image>
<!-- Note: Cargo Boat Sailing animation frames ALL DIRECTIONS -->
<image id="Cargo_Boat_NE_01" src="Cargo_Boat_NE_01"/>
<image id="Cargo_Boat_E_01" src="Cargo_Boat_E_01"/>
<image id="Cargo_Boat_SE_01" src="Cargo_Boat_SE_01"/>
<image id="Cargo_Boat_S_01" src="Cargo_Boat_S_01"/>
<image id="Cargo_Boat_SW_01" src="Cargo_Boat_SW_01"/>
<image id="Cargo_Boat_W_01" src="Cargo_Boat_W_01"/>
<image id="Cargo_Boat_NW_01" src="Cargo_Boat_NW_01"/>
<image id="Cargo_Boat_N_01" src="Cargo_Boat_N_01"/>
</assetlist>

0 comments on commit b7bf3a7

Please sign in to comment.