-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MSX] Use Ultica's motorbike sprites from Acepleiades, and add some m…
…ore wheels and parts (#513) * Use Ultica's motorbike sprites from Acepleiades * Small wheel and off road bike wheel * vp_wheel_wide_or * seed drill
- Loading branch information
Showing
43 changed files
with
121 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Acepleiades: handle_motor |
Binary file added
BIN
+9.13 KB
gfx/MShockXotto+/pngs_tall_32x48/vehicle/motorcycle/handle_motor_rotE.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
BIN
+7.74 KB
gfx/MShockXotto+/pngs_tall_32x48/vehicle/motorcycle/handle_motor_rotN.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
BIN
+8.06 KB
gfx/MShockXotto+/pngs_tall_32x48/vehicle/motorcycle/handle_motor_rotS.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
BIN
+9.22 KB
gfx/MShockXotto+/pngs_tall_32x48/vehicle/motorcycle/handle_motor_rotW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
gfx/MShockXotto+/pngs_tall_32x48/vehicle/motorcycle/motorcycle_handle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"id": "vp_frame_handle", | ||
"fg": [ "handle_motor_rotN", "handle_motor_rotW", "handle_motor_rotS", "handle_motor_rotE" ], | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "broken", | ||
"fg": "3987_vp_cargo_space_2", | ||
"bg": [ "handle_motor_rotN", "handle_motor_rotW", "handle_motor_rotS", "handle_motor_rotE" ] | ||
} | ||
] | ||
} | ||
] |
20 changes: 0 additions & 20 deletions
20
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/frames/vp_frame_handle_0.json
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/credit.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Acepleiades: saddle_motor, wheel_motor_rear and wheel_motor |
14 changes: 14 additions & 0 deletions
14
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/motorcycle_saddle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"id": "vp_saddle_motor", | ||
"fg": [ "saddle_motor_rotN", "saddle_motor_rotW", "saddle_motor_rotS", "saddle_motor_rotE" ], | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "broken", | ||
"fg": "3987_vp_cargo_space_2", | ||
"bg": [ "saddle_motor_rotN", "saddle_motor_rotW", "saddle_motor_rotS", "saddle_motor_rotE" ] | ||
} | ||
] | ||
} | ||
] |
26 changes: 26 additions & 0 deletions
26
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/motorcycle_wheels.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], | ||
"fg": [ "vp_wheel_motor_rotN", "vp_wheel_motor_rotW", "vp_wheel_motor_rotS", "vp_wheel_motor_rotE" ], | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "broken", | ||
"fg": "3987_vp_cargo_space_2", | ||
"bg": [ "vp_wheel_motor_rotN", "vp_wheel_motor_rotW", "vp_wheel_motor_rotS", "vp_wheel_motor_rotE" ] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], | ||
"fg": [ "vp_wheel_motor_rear_rotN", "vp_wheel_motor_rear_rotW", "vp_wheel_motor_rear_rotS", "vp_wheel_motor_rear_rotE" ], | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "broken", | ||
"fg": "3987_vp_cargo_space_2", | ||
"bg": [ "vp_wheel_motor_rear_rotN", "vp_wheel_motor_rear_rotW", "vp_wheel_motor_rear_rotS", "vp_wheel_motor_rear_rotE" ] | ||
} | ||
] | ||
} | ||
] |
Binary file added
BIN
+934 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/saddle_motor_rotE.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
BIN
+726 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/saddle_motor_rotN.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
BIN
+646 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/saddle_motor_rotS.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
BIN
+978 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/saddle_motor_rotW.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
BIN
+1.06 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rear_rotE.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
BIN
+769 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rear_rotN.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
BIN
+650 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rear_rotS.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
BIN
+1.16 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rear_rotW.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
BIN
+1.06 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rotE.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
BIN
+470 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rotN.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
BIN
+436 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rotS.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
BIN
+995 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/motorcycle/vp_wheel_motor_rotW.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 removed
BIN
-1.33 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/seats/saddle_motor_rotE.png
Binary file not shown.
Binary file removed
BIN
-1.02 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/seats/saddle_motor_rotN.png
Binary file not shown.
Binary file removed
BIN
-972 Bytes
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/seats/saddle_motor_rotS.png
Binary file not shown.
Binary file removed
BIN
-1.34 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/seats/saddle_motor_rotW.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/vp_seed_drill.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"id": [ "vp_seed_drill" ], | ||
"fg": [ "vp_seed_drill_N", "vp_seed_drill_W", "vp_seed_drill_S", "vp_seed_drill_E" ], | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "broken", | ||
"fg": "3987_vp_cargo_space_2", | ||
"bg": [ "vp_seed_drill_N", "vp_seed_drill_W", "vp_seed_drill_S", "vp_seed_drill_E" ] | ||
} | ||
] | ||
} | ||
] |
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 renamed
BIN
+2.99 KB
...o+/scrap/vehicle/4136_vp_seed_drill_0.png → ...s_tiles_32x32/vehicle/vp_seed_drill_S.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
BIN
+2.57 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_bicycle_or_rotE.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
BIN
+2.2 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_bicycle_or_rotN.png
Oops, something went wrong.
Binary file added
BIN
+2.18 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_bicycle_or_rotS.png
Oops, something went wrong.
Binary file added
BIN
+2.57 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_bicycle_or_rotW.png
Oops, something went wrong.
Binary file added
BIN
+2.77 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_small_rotE.png
Oops, something went wrong.
Binary file added
BIN
+2.24 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_small_rotN.png
Oops, something went wrong.
Binary file added
BIN
+2.18 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_small_rotS.png
Oops, something went wrong.
Binary file added
BIN
+2.82 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_small_rotW.png
Oops, something went wrong.
Binary file added
BIN
+5.74 KB
gfx/MShockXotto+/pngs_tiles_32x32/vehicle/wheels/vp_wheel_wide_or.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes