[client] update to haxework

This commit is contained in:
2019-07-10 19:59:02 +03:00
parent 1ec1c3baae
commit 670a11d6ba
50 changed files with 187 additions and 287 deletions

View File

@@ -3,7 +3,7 @@ package ru.m.skin;
import format.SVG;
import haxework.color.Color;
import haxework.color.ColorUtil;
import haxework.view.ButtonView;
import haxework.view.form.ButtonView;
import haxework.view.skin.ISkin;
class ButtonSVGSkin implements ISkin<ButtonView> {