Skip to content

Commit

Permalink
CT: Added tag to levels so they don't resize the window. Thanks, Sirp!
Browse files Browse the repository at this point in the history
Also changed initial size so it's large, now that people with small screens can resize it.
  • Loading branch information
DDR0 committed Nov 10, 2012
1 parent 68f2e4a commit dce958b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cube_trains/data/level/header-info.cfg
Expand Up @@ -9,7 +9,7 @@ auto_move_camera: [0,0],
preloads: "",
#background: "dungeon",
#background_offset: [0,0],

set_screen_resolution_on_entry: false,

character: [
],
Expand Down
2 changes: 1 addition & 1 deletion modules/cube_trains/module.cfg
Expand Up @@ -2,5 +2,5 @@
id: "cube_trains",
name: "Cube Trains",
min_engine_version: 1.2,
arguments: [/*"--width", "1000", "--height", "775",*/ "--bigscreen", "--proportional-resize", "--no-iphone-controls", "--no-autopause"]
arguments: ["--width", "1200", "--height", "800", "--bigscreen", "--proportional-resize", "--no-iphone-controls", "--no-autopause"]
}

0 comments on commit dce958b

Please sign in to comment.