header, main panel addition

This commit is contained in:
2025-11-17 15:54:28 +01:00
parent 876f446b8e
commit 3463b09eba
6 changed files with 111 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package components;
import openfl.display.Shape;
class NekoRectangle extends Shape {
public function new(pColor:Int = 0xFF0000, pX:Int = 0, pY:Int = 0, pWidth:Int = 100, pHeight:Int = 100) {
public function new(pColor:Int = 0xFF0000, pX:Int = 0, pY:Int = 0, pWidth:Int = 10, pHeight:Int = 10) {
super();
graphics.beginFill(pColor);