update for version 7.10
This commit is contained in:
@@ -536,7 +536,7 @@ pub fn room() -> Room {
|
||||
pub fn game_default() -> Game {
|
||||
Game {
|
||||
name: "Write your game's title here".to_string(),
|
||||
version: Some(Version { major: 7, minor: 5 }),
|
||||
version: Some(Version { major: 7, minor: 10 }),
|
||||
room_format: Some(RoomFormat::CommaSeparated),
|
||||
room_type: RoomType::Room,
|
||||
font: Font::AsciiSmall,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Write your game's title here
|
||||
|
||||
# BITSY VERSION 7.5
|
||||
# BITSY VERSION 7.10
|
||||
|
||||
! ROOM_FORMAT 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user