Skip to content

Commit

Permalink
Doc: Prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed Mar 8, 2024
1 parent cece55f commit 8750efb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ko_bus_set.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

// GRF definition
grf {
grfid : "TK\02\02";
name : string(STR_GRF_NAME_WITH_VER);
desc : string(STR_GRF_DESC);
url : string(STR_GRF_URL);
version : 45;
grfid: "TK\02\02";
name: string(STR_GRF_NAME_WITH_VER);
desc: string(STR_GRF_DESC);
url: string(STR_GRF_URL);
version: 601;
min_compatible_version : 37;


Expand Down
2 changes: 1 addition & 1 deletion src/hyundai/COUNTY_LONG/item.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ item(FEAT_ROADVEHS, ko_bus_HYUNDAI_COUNTY_LONG, 5030) {

// Flags
misc_flags: bitmask(ROADVEH_FLAG_AUTOREFIT);
sound_effect: SOUND_BUS_START_PULL_AWAY;
sound_effect: SOUND_DEPARTURE_OLD_RV_1;
}
graphics {
default: sw_HYUNDAI_COUNTY_LONG_engine;
Expand Down
2 changes: 1 addition & 1 deletion src/hyundai/COUNTY_XLONG/item.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ item(FEAT_ROADVEHS, ko_bus_HYUNDAI_COUNTY_XLONG, 5031) {

// Flags
misc_flags: bitmask(ROADVEH_FLAG_AUTOREFIT);
sound_effect: SOUND_BUS_START_PULL_AWAY;
sound_effect: SOUND_DEPARTURE_OLD_RV_1;
}
graphics {
default: sw_HYUNDAI_COUNTY_XLONG_engine;
Expand Down

0 comments on commit 8750efb

Please sign in to comment.