Prepare v0.7.0 for release
This commit is contained in:
parent
386e0b2b0c
commit
53123dff1d
|
@ -1,6 +1,6 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## v0.7.0 (TBD)
|
## v0.7.0 (June 20 2021)
|
||||||
|
|
||||||
This is the first release of the game where the "free version" drifts meaningfully
|
This is the first release of the game where the "free version" drifts meaningfully
|
||||||
away from the "full version". Free versions of the game will show the label
|
away from the "full version". Free versions of the game will show the label
|
||||||
|
|
|
@ -169,12 +169,7 @@ func (u *EditorUI) SetupMenuBar(d *Doodle) *ui.MenuBar {
|
||||||
toolMenu.AddItem("Edit Palette", func() {
|
toolMenu.AddItem("Edit Palette", func() {
|
||||||
u.OpenPaletteWindow()
|
u.OpenPaletteWindow()
|
||||||
})
|
})
|
||||||
if u.Scene.DrawingType == enum.LevelDrawing {
|
if u.Scene.DrawingType == enum.DoodadDrawing {
|
||||||
toolMenu.AddItemAccel("Doodads", "d", func() {
|
|
||||||
log.Info("Open the DoodadDropper")
|
|
||||||
u.doodadWindow.Show()
|
|
||||||
})
|
|
||||||
} else if u.Scene.DrawingType == enum.DoodadDrawing {
|
|
||||||
toolMenu.AddItem("Layers", func() {
|
toolMenu.AddItem("Layers", func() {
|
||||||
u.OpenLayersWindow()
|
u.OpenLayersWindow()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user