Letter for Mimi 2 – wip #27

Creating scrollbars in Tkinter is not a trivial task. In the window above, which is a topLevel, a Canvas is added which contains all the Labels. The Scrollbars are then assigned to the topLevel and set to scroll the Canvas. When creating a window manager, I would imagine that adding a scrollbar is something of …

Letter for Mimi 2 – wip #25

In the image above you can see the current state of the map interface in the Letter for Mimi 2 editor. The tiles are double their actual size (the actual size being 16×16 pixels). What is cool here is that all tiles are loaded from a single tilesheet. The map you see at the moment …

Letter for Mimi 2 – wip #24

In the picture above you can see a mock-up I have made for the battle engine that I might implement in the sequel of Letter for Mimi 2. Writing the code for this part will take a lot of time, so it will not be included in the second installment of the Letter for Mimi …

Letter for Mimi 2 – wip #23

A lot of the *.xml manipulation functions have been made, but I still have to do most ‘npc’ change functions (such as changing a dialogue line and adding events) and some others. A lot of this is copy-paste work so it is a bit boring work. In the screenshot below you can see what the …