minor changes

This commit is contained in:
2021-10-09 21:37:42 +02:00
parent 4208265d21
commit 720b4d45f2
2 changed files with 30 additions and 8 deletions
+6 -4
View File
@@ -6,10 +6,12 @@ package engine.ui;
// | ____ | | | |_ \ | ____|
// | | | | | \__/ | | |____
// |__| |__| \______/ |______|
// file: UIPane.hx
// author: and.schaafsma@gmail.com
// purpose: Class for resizable and scalable UI Panels
// My hope is that this code is so awful I'm never allowed to write UI code again.
/*
/ file: UIPane.hx
/ author: and.schaafsma@gmail.com
/ purpose: Class for resizable and scalable UI Panels
/ My hope is that this code is so awful I'm never allowed to write UI code again.
*/
import game.ui.console.Console;
import openfl.display.Sprite;
import openfl.display.BitmapData;