Skip to content

Commit

Permalink
fix UB gamescript
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Mar 21, 2021
1 parent 8866e80 commit c232c1b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cfg/Tomb1Main_gameflow_ub.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

"savegame_fmt": "saveuba.%d",
"enable_game_modes": true,
"enable_save_crystals": false,
"demo_delay": 16,

"levels": [
Expand Down Expand Up @@ -65,11 +66,11 @@
{"type": "loop_game"},
{"type": "stop_game"},
{"type": "level_stats", "level_id": 3},
{"type": "display_picture", "picture_path": "data\\end"},
{"type": "display_picture", "picture_path": "data\\cred0"},
{"type": "display_picture", "picture_path": "data\\cred1"},
{"type": "display_picture", "picture_path": "data\\cred2"},
{"type": "display_picture", "picture_path": "data\\cred3"},
{"type": "display_picture", "picture_path": "data\\end", "display_time": 7.5},
{"type": "display_picture", "picture_path": "data\\cred0", "display_time": 7.5},
{"type": "display_picture", "picture_path": "data\\cred1", "display_time": 7.5},
{"type": "display_picture", "picture_path": "data\\cred2", "display_time": 7.5},
{"type": "display_picture", "picture_path": "data\\cred3", "display_time": 7.5},
{"type": "exit_to_title"},
],
"strings": {},
Expand Down

0 comments on commit c232c1b

Please sign in to comment.