Incomplete improvement (Anchor object)

This commit is contained in:
david-ajax
2025-04-06 23:26:26 +08:00
parent 89c8b34550
commit 27d7ffe4bf
7 changed files with 81 additions and 11 deletions

View File

@@ -3,5 +3,5 @@ os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "True"
from .main import *
from . import basic_elements as elements
version = '0.2.0'
version = '0.3.0'
print(f"Powered by Vector Graphic Layer, version {version}")