Skip to content

Commit

Permalink
Tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 6, 2021
1 parent 11f02af commit 8a8cdd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/trains/Thomas.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ item (FEAT_TRAINS, item_Thomas, 10011) {
create_effect: steam_create_visual_effect;
sound_effect: sw_steam_sound;
}
}
}
7 changes: 4 additions & 3 deletions src/trains/Toby.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spriteset(spriteset_Elsie, "gfx/Toby.png") {
tmpl_brake_van(0, 45)
}


item (FEAT_TRAINS, item_Toby, 10071) {
property {
name: string(STR_Toby_Name);
Expand Down Expand Up @@ -132,6 +133,6 @@ item (FEAT_TRAINS, item_Elsie, 10073) {
can_attach_wagon: CB_RESULT_ATTACH_ALLOW;
default: spriteset_Elsie;
purchase: spriteset_Elsie_Purchase;
colour_mapping: return PALETTE_CC_FIRST;
}
}
colour_mapping: return PALETTE_CC_FIRST;
}
}

0 comments on commit 8a8cdd8

Please sign in to comment.