Skip to content

Commit

Permalink
Update Room.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyberPrizrak authored and o4kapuk committed May 7, 2024
1 parent 214b042 commit d73441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/source/Room.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Can be a <a href="#RoomPosition">RoomPosition</a> object or any object containin
name (optional) : string
The name of a new flag. It should be unique, i.e. the <code>Game.flags</code> object should not contain another flag with the same name (hash key). If not defined, a random name will be generated. The maximum length is 100 characters.
===
color (optional) : string
color (optional) : number
The color of a new flag. Should be one of the <code>COLOR_*</code> constants. The default value is <code>COLOR_WHITE</code>.
===
secondaryColor (optional) : string
Expand Down

0 comments on commit d73441c

Please sign in to comment.