Update boom.py/boom.py

This commit is contained in:
2025-11-03 19:25:24 +00:00
parent e35565076a
commit c81603514a

View File

@@ -15,6 +15,7 @@ class App:
def spawn_popup(self):
# Create a new Toplevel window (separate from root)
for i in range(10):
popup = tk.Toplevel(self.root)
popup.title("Fatal Error: fu")
popup.geometry(f"300x200+{random.randint(0,800)}+{random.randint(0,600)}")