This commit is contained in:
2026-03-06 20:39:55 -03:00
parent caa4c39e71
commit 3074316606
6 changed files with 98 additions and 35 deletions
+3
View File
@@ -5,6 +5,9 @@ export class Camera extends Component {
x: number;
y: number;
zoom: number;
rotation = 0;
offset_x = 0;
offset_y = 0;
constructor(x = 0, y = 0, zoom = 1) {
super();