Skip to content

Commit

Permalink
fixup RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Mar 29, 2015
1 parent f9698dd commit bd4d745
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions RELEASE_NOTES
Expand Up @@ -87,11 +87,6 @@ Wesnoth now supports a new random map generator type, "lua". To use it, select e
Here is a trivial example:

[code]
[label]
x = {X}
y = {Y}
text = {STRING}
[/label]
[multiplayer]
id=lua_map_gen
name= _ "Lua Map Gen Test Scenario"
Expand Down Expand Up @@ -140,7 +135,11 @@ Here is a trivial example:
{DEFAULT_SCHEDULE}
[event]
name=prestart
{LABEL 25 20 ("Lua map generator")}
[label]
x = 25
y = 20
text = "Lua map generator"
[/label]
[/event]

[side]
Expand Down

0 comments on commit bd4d745

Please sign in to comment.