header, main panel addition
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user