New architecture of classes for switching the drawing modes of hitboxes/Dravboxes of entities

This commit is contained in:
2025-03-27 01:41:22 +03:00
parent a929f86461
commit f5bd320061
11 changed files with 37 additions and 107 deletions

View File

@ -0,0 +1,7 @@
package gui;
import javax.swing.JPanel;
public class EditableCanvas extends JPanel {
}