
Quote from: destructulus on June 14, 2026, 03:19:27 PMSomething like this? I agree that it makes the smokestack much easier to see (I also moved the smoke source to the new spot).Yes. Exactly.

Quote from: Václav on June 13, 2026, 07:42:39 PMLooks interesting.
I only would place chimney to the left part of roof - to it would be better visible (regardless of smoke) because it is dark and gas tanks too.
QuoteTraceback (most recent call last):It seems Python has become stricter about type checking.
File "/tilecutter/libs/main.py", line 86, in OnInit
self.frame = tcui.ViewMain(None, self, wx.ID_ANY, "TileCutter")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "tilecutter/libs/tcui/viewMain.py", line 153, in __init__
self.translate()
~~~~~~~~~~~~~~^^
File "tilecutter/libs/tcui/viewMain.py", line 233, in translate
self.panel.SetMinSize(wx.Size(max(self.panel.GetBestSize().Get()[1] * 1.4, self.panel.GetBestSize().Get()~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ), self.panel.GetBestSize().Get()[1]))
TypeError: Size(): arguments did not match any overloaded call:
overload 1: too many arguments
overload 2: argument 1 has unexpected type 'float'
overload 3: argument 1 has unexpected type 'float'
OnInit returned false, exiting...