renamed Pos and Pos3

This commit is contained in:
2024-10-14 21:40:26 +02:00
parent 08f41ccb0b
commit e0f8d274e7
25 changed files with 236 additions and 131 deletions

View File

@@ -26,7 +26,7 @@ class TextElement implements IUIElement {
return uiEvents;
}
public function render(bounds:Pos):Canvas {
public function render(bounds:ScreenPos):Canvas {
var canvas = new Canvas();
var x = 0;