[update] update to haxework renaming

This commit is contained in:
2020-03-24 20:59:47 +03:00
parent 83ed6cc076
commit 821ddbb2a7
47 changed files with 142 additions and 277 deletions

View File

@@ -1,13 +1,13 @@
package ru.m.skin;
import format.SVG;
import haxework.color.Color;
import haxework.view.form.ButtonView;
import haxework.view.form.ToggleButtonView;
import haxework.view.skin.ISkin;
import hw.color.Color;
import hw.view.form.ButtonView;
import hw.view.form.ToggleButtonView;
import hw.view.skin.ISkin;
using StringTools;
using haxework.color.ColorUtil;
using hw.color.ColorUtil;
@:style class ButtonSVGSkin implements ISkin<ButtonView> {