LondonClass
LondonClass
**Desired features** A tab container that can switch between different windows by clicking on the tab. **Sample code** ```python import pygame from pygame_gui import UIManager, UI_BUTTON_PRESSED from pygame_gui.elements import UIButton,...
I want to add a visual debugging window. Visualize all elements and some key information with them, which facilitates debugging.
**Describe the bug** Anchors have different behaviors for static and dynamic elements. **To Reproduce** ```python from pygame import Rect from pygame_gui import UIManager from pygame_gui.elements import UIButton pygame.init() pygame.display.set_caption('Quick Start')...
**Is your feature request related to a problem? Please describe.** Sometimes we will display some statistical information in the game. **Describe the solution you'd like** Add pie charts, bar charts,...
The drawable shape combination can bind a set of drawable shapes together and operate like a separate drawable shape. This way, complex shapes can be achieved by combining drawable_shape. Actually,...
Borrowed from Unity's RectTransform and modified the anchor points. The anchor now consists of a dictionary. The anchor includes four key value pairs, 'left', 'right', 'top', and 'bottom'. Floating point...
I know anchors are a dictionary, and each key and value of anchors is a string. But I don't know what a dictionary entry means? Especially when anchors interact with...
Under the default theme, when I create a button, it seems that there is still room for the button, but the button cannot display full text. When I create a...
Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information. \>\>\> import pvz 当前版本: 4.0.2 在线教程: https://pvz.lmintlcx.com/scripts/...