update
This commit is contained in:
@@ -1,18 +1,29 @@
|
||||
{
|
||||
"pWidth": 100, "pHeight": 100, "layoutMargin": 3,
|
||||
"views": [
|
||||
{
|
||||
"@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 44, "text": "Authorization",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"@type": "haxework.gui.HGroupView",
|
||||
"contentSize": true,
|
||||
"views": [
|
||||
{
|
||||
"@type": "haxework.gui.LabelView",
|
||||
"width": 150, "height": 25, "text": "Login"
|
||||
"width": 150, "height": 44, "text": "Login",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "loginInput", "@type": "haxework.gui.InputView",
|
||||
"skin": {"@type": "haxework.gui.skin.ColorSkin", "color": "0xffffff"},
|
||||
"width": 200, "height": 25, "text": ""
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.BitmapSkin",
|
||||
"image": "@asset:image:resources/images/map/map_3-0.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"width": 220, "height": 44, "text": "",
|
||||
"@style": "label"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -22,12 +33,18 @@
|
||||
"views": [
|
||||
{
|
||||
"@type": "haxework.gui.LabelView",
|
||||
"width": 150, "height": 25, "text": "Password"
|
||||
"width": 150, "height": 44, "text": "Password",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "passwordInput", "@type": "haxework.gui.InputView",
|
||||
"skin": {"@type": "haxework.gui.skin.ColorSkin", "color": "0xffffff"},
|
||||
"width": 200, "height": 25, "text": ""
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.BitmapSkin",
|
||||
"image": "@asset:image:resources/images/map/map_3-0.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"width": 220, "height": 44, "text": "",
|
||||
"@style": "label"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -35,8 +52,8 @@
|
||||
{
|
||||
"id": "authButton",
|
||||
"@type": "haxework.gui.ButtonView",
|
||||
"width": 100, "height": 45,
|
||||
"text": "Auth",
|
||||
"width": 132, "height": 44,
|
||||
"text": "Submit",
|
||||
"@style": "button_skin"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"views": [
|
||||
{
|
||||
"id": "name", "@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 25, "text": ""
|
||||
"pWidth": 100, "height": 44, "text": "",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "render", "@type": "ru.m.tankz.render.Render",
|
||||
|
||||
@@ -3,11 +3,12 @@
|
||||
"views": [
|
||||
{
|
||||
"id": "name", "@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 25, "text": ""
|
||||
"pWidth": 100, "height": 44, "text": "",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "create", "@type": "haxework.gui.ButtonView",
|
||||
"width": 100, "height": 45,
|
||||
"width": 132, "height": 44,
|
||||
"text": "Create",
|
||||
"@style": "button_skin"
|
||||
},
|
||||
|
||||
@@ -3,17 +3,18 @@
|
||||
"views": [
|
||||
{
|
||||
"id": "name", "@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 25, "text": ""
|
||||
"pWidth": 100, "height": 44, "text": "",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "start", "@type": "haxework.gui.ButtonView",
|
||||
"width": 100, "height": 45,
|
||||
"width": 132, "height": 44,
|
||||
"text": "Start",
|
||||
"@style": "button_skin"
|
||||
},
|
||||
{
|
||||
"id": "exit", "@type": "haxework.gui.ButtonView",
|
||||
"width": 100, "height": 45,
|
||||
"width": 132, "height": 44,
|
||||
"text": "Exit",
|
||||
"@style": "button_skin"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"pWidth": 100, "pHeight": 100, "layoutMargin": 3, "paddings": 10,
|
||||
"views": [
|
||||
{
|
||||
"@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 44, "text": "Person select",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "list", "@type": "haxework.gui.list.VListView<ru.m.tankz.proto.Person>",
|
||||
"factory": "@class:ru.m.tankz.view.frames.list.PersonView",
|
||||
|
||||
@@ -4,12 +4,22 @@
|
||||
"views": [
|
||||
{
|
||||
"id":"top", "@type": "haxework.gui.HGroupView",
|
||||
"pWidth": 100, "height": 30,
|
||||
"skin": {"@type": "haxework.gui.skin.ColorSkin", "color": "0x105000"},
|
||||
"pWidth": 100, "height": 44,
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.BitmapSkin",
|
||||
"image": "@asset:image:resources/images/map/map_5.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"views": [
|
||||
{
|
||||
"id": "name", "@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 44,
|
||||
"text": "@res:text:userName",
|
||||
"@style": "label"
|
||||
},
|
||||
{
|
||||
"id": "logout", "@type": "haxework.gui.ButtonView",
|
||||
"width": 100, "height": 30,
|
||||
"width": 132, "height": 44,
|
||||
"text": "Logout",
|
||||
"@style": "button_skin"
|
||||
}
|
||||
@@ -18,7 +28,11 @@
|
||||
{
|
||||
"id": "switcher", "@type": "haxework.gui.frame.FrameSwitcher",
|
||||
"pWidth": 100, "pHeight": 100,
|
||||
"skin": {"@type": "haxework.gui.skin.BitmapSkin", "image": "@asset:image:resources/images/background.png", "fillType": "REPEAT"},
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.BitmapSkin",
|
||||
"image": "@asset:image:resources/images/map/map_1.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"views": [
|
||||
{
|
||||
"id": "auth",
|
||||
|
||||
18
src/client/haxe/layout/other.json
Normal file
18
src/client/haxe/layout/other.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"person": {
|
||||
"width": 440, "height": 44,
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.BitmapSkin",
|
||||
"image": "@asset:image:resources/images/map/map_3-0.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"views": [
|
||||
{
|
||||
"id": "nameLabel",
|
||||
"@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 44, "text": "Выбор персонажа",
|
||||
"@style": "label"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -2,11 +2,21 @@
|
||||
"button_skin": {
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.ButtonBitmapSkin",
|
||||
"upImage": "@asset:image:resources/images/control/button_normal.png",
|
||||
"downImage": "@asset:image:resources/images/control/button_down.png",
|
||||
"overImage": "@asset:image:resources/images/control/button_over.png",
|
||||
"fillType": "NINEPATH"
|
||||
"image": "@asset:image:resources/images/map/map_4.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"fontColor": "0xffffff"
|
||||
"fontColor": "0xffffff",
|
||||
"fontEmbed": true,
|
||||
"fontFamily": "@res:text:fontName",
|
||||
"fontSize": 16,
|
||||
"shadowColor": "0x000000"
|
||||
},
|
||||
|
||||
"label": {
|
||||
"fontColor": "0xffffff",
|
||||
"fontEmbed": true,
|
||||
"fontFamily": "@res:text:fontName",
|
||||
"fontSize": 16,
|
||||
"shadowColor": "0x000000"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
package ru.m.tankz;
|
||||
|
||||
import haxework.resources.Resources;
|
||||
import haxework.resources.IResources;
|
||||
import haxework.gui.VGroupView;
|
||||
import haxework.gui.ViewBuilder;
|
||||
import haxework.gui.ButtonView;
|
||||
@@ -35,16 +37,14 @@ class Client implements IConnectionHandler {
|
||||
|
||||
|
||||
private var view:MainView;
|
||||
private var switcher:FrameSwitcher;
|
||||
|
||||
public function new() {
|
||||
view = new MainView();
|
||||
Root.bind(view);
|
||||
switcher = view.switcher;
|
||||
view.logout.onPress = this;
|
||||
|
||||
Provider.setFactory(IResources, Resources);
|
||||
Provider.setFactory(GameData, GameData);
|
||||
Provider.set(IFrameSwitcher, switcher);
|
||||
|
||||
var font = Assets.getFont("resources/fonts/8-BIT WONDER.TTF");
|
||||
Provider.get(IResources).text.put("fontName", font.fontName);
|
||||
|
||||
Provider.set(IPacketBuilder, new PacketBuilder());
|
||||
#if flash
|
||||
Provider.set(IConnection, new ru.m.core.connect.flash.FlashConnection("localhost", 5001));
|
||||
@@ -53,7 +53,12 @@ class Client implements IConnectionHandler {
|
||||
#end
|
||||
|
||||
Provider.get(IConnection).handler.addListener(this);
|
||||
switcher.change(AuthFrame.ID);
|
||||
|
||||
view = new MainView();
|
||||
Provider.set(IFrameSwitcher, view.switcher);
|
||||
Root.bind(view);
|
||||
view.logout.onPress = this;
|
||||
view.switcher.change(AuthFrame.ID);
|
||||
}
|
||||
|
||||
public function onPress(view:ButtonView):Void {
|
||||
@@ -66,11 +71,11 @@ class Client implements IConnectionHandler {
|
||||
public function onConnected():Void {}
|
||||
|
||||
public function onDisconnected():Void {
|
||||
switcher.change(AuthFrame.ID);
|
||||
view.switcher.change(AuthFrame.ID);
|
||||
}
|
||||
|
||||
public function onError(error:Dynamic):Void {
|
||||
L.e(TAG, "", error);
|
||||
switcher.change(AuthFrame.ID);
|
||||
view.switcher.change(AuthFrame.ID);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
package ru.m.tankz.render;
|
||||
|
||||
import ru.m.tankz.core.Direction;
|
||||
import flash.geom.Matrix;
|
||||
import openfl.Assets;
|
||||
import ru.m.tankz.core.Bullet;
|
||||
import ru.m.tankz.core.Tank;
|
||||
import flash.display.Sprite;
|
||||
@@ -51,22 +54,34 @@ class Render extends SpriteView implements IRender {
|
||||
|
||||
for (e in game.mobileEntities) {
|
||||
if (Std.is(e, Tank)) {
|
||||
g.beginFill(0xff0000);
|
||||
var m = new Matrix();
|
||||
m.rotate(calcRotate(e.direction));
|
||||
m.translate(e.x, e.y);
|
||||
g.beginBitmapFill(Assets.getBitmapData("resources/images/tank/player/tank_p0_0-0.png"), m);
|
||||
g.drawRect(e.x, e.y, e.width, e.height);
|
||||
g.endFill();
|
||||
g.beginFill(0x990000);
|
||||
g.drawRect(
|
||||
e.x + e.width / 2 - e.width / 8 + e.direction.x * e.width / 4,
|
||||
e.y + e.height / 2 - e.height / 8 + e.direction.y * e.height / 4,
|
||||
e.width / 4,
|
||||
e.height / 4
|
||||
);
|
||||
g.endFill();
|
||||
} else if (Std.is(e, Bullet)) {
|
||||
g.beginFill(0xff0000);
|
||||
var m = new Matrix();
|
||||
m.rotate(calcRotate(e.direction));
|
||||
m.translate(e.x, e.y);
|
||||
g.beginBitmapFill(Assets.getBitmapData("resources/images/bullet/bullet_0.png"), m);
|
||||
g.drawRect(e.x, e.y, e.width, e.height);
|
||||
g.endFill();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private function calcRotate(direction:Direction):Float {
|
||||
return (if (direction == Direction.RIGHT) {
|
||||
0;
|
||||
} else if (direction == Direction.LEFT) {
|
||||
180;
|
||||
} else if (direction == Direction.TOP) {
|
||||
270;
|
||||
} else if (direction == Direction.BOTTOM) {
|
||||
90;
|
||||
} else {
|
||||
0;
|
||||
}) / (Math.PI * 2);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package ru.m.tankz.view.frames;
|
||||
|
||||
import haxework.resources.IResources;
|
||||
import haxework.gui.ViewBuilder;
|
||||
import ru.m.core.connect.IConnection;
|
||||
import ru.m.tankz.data.GameData;
|
||||
@@ -63,6 +64,7 @@ class AuthFrame extends VGroupView implements ViewBuilder implements IPacketHand
|
||||
so.setProperty("login", loginInput.text);
|
||||
so.setProperty("password", passwordInput.text);
|
||||
so.flush();
|
||||
Provider.get(IResources).text.put("userName", packet.account.login);
|
||||
Provider.get(GameData).account = packet.account;
|
||||
Provider.get(IFrameSwitcher).change(PersonListFrame.ID);
|
||||
}
|
||||
|
||||
@@ -11,10 +11,10 @@ import ru.m.core.connect.IConnection;
|
||||
import ru.m.tankz.data.GameData;
|
||||
import haxework.provider.Provider;
|
||||
import ru.m.tankz.proto.Person;
|
||||
import haxework.gui.HGroupView;
|
||||
import haxework.gui.VGroupView;
|
||||
|
||||
@:template("layout/frames/person_list.json", "layout/styles.json")
|
||||
class PersonListFrame extends HGroupView implements ViewBuilder implements IPacketHandler implements ListViewListener<Person> {
|
||||
class PersonListFrame extends VGroupView implements ViewBuilder implements IPacketHandler implements ListViewListener<Person> {
|
||||
|
||||
private static inline var TAG = "PersonListFrame";
|
||||
|
||||
|
||||
@@ -1,28 +1,16 @@
|
||||
package ru.m.tankz.view.frames.list;
|
||||
|
||||
import haxework.gui.ViewBuilder;
|
||||
import haxework.gui.list.ListView.IListItemView;
|
||||
import haxework.gui.LabelView;
|
||||
import ru.m.tankz.proto.Person;
|
||||
import haxework.gui.skin.ColorSkin;
|
||||
import haxework.gui.HGroupView;
|
||||
|
||||
class PersonView extends HGroupView implements IListItemView<Person> {
|
||||
@:template("layout/other.json@person", "layout/styles.json")
|
||||
class PersonView extends HGroupView implements ViewBuilder implements IListItemView<Person> {
|
||||
|
||||
public var item_index(default, default):Int;
|
||||
public var data(default, set):Person;
|
||||
|
||||
private var nameLabel:LabelView;
|
||||
|
||||
public function new() {
|
||||
super();
|
||||
pWidth = 100;
|
||||
height = 50;
|
||||
skin = new ColorSkin(0xffffff);
|
||||
|
||||
nameLabel = new LabelView();
|
||||
addView(nameLabel);
|
||||
}
|
||||
|
||||
private function set_data(value:Person):Person {
|
||||
this.data = value;
|
||||
nameLabel.text = this.data.name;
|
||||
|
||||
BIN
src/client/resources/fonts/8-BIT WONDER.TTF
Normal file
BIN
src/client/resources/fonts/8-BIT WONDER.TTF
Normal file
Binary file not shown.
BIN
src/client/resources/fonts/8-BIT WONDER.eot
Normal file
BIN
src/client/resources/fonts/8-BIT WONDER.eot
Normal file
Binary file not shown.
161
src/client/resources/fonts/8-BIT WONDER.svg
Normal file
161
src/client/resources/fonts/8-BIT WONDER.svg
Normal file
@@ -0,0 +1,161 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
><metadata
|
||||
></metadata
|
||||
><defs
|
||||
><font horiz-adv-x="300"
|
||||
><font-face font-family="8BIT WONDER" units-per-em="300" ascent="300" descent="0"
|
||||
></font-face
|
||||
><missing-glyph horiz-adv-x="150" d="M19 0V300H131V0H19ZM38 19h75V281H38V19Z"
|
||||
></missing-glyph
|
||||
><glyph unicode=" " horiz-adv-x="150" d=""
|
||||
></glyph
|
||||
><glyph unicode="#" d="M300 0H0V300H300V0ZM250 50V250H50V50H250Z"
|
||||
></glyph
|
||||
><glyph unicode="(" horiz-adv-x="150" d="M150 0H25V25H0V225H25v25H150V200H100V50h50V0Z"
|
||||
></glyph
|
||||
><glyph unicode=")" horiz-adv-x="150" d="M150 25H125V0H0V50H50V200H0v50H125V225h25V25Z"
|
||||
></glyph
|
||||
><glyph unicode="*" d="M250 220L230 200H220l-20 20v10l20 20h10l20 -20V220ZM200 165L185 150H165l-15 15v20l15 15h20l15 -15V165ZM150 110L140 100H110l-10 10v30l10 10h30l10 -10V110ZM50 220L30 200H20L0 220v10l20 20H30L50 230V220ZM100 165L85 150H65L50 165v20l15 15H85l15 -15V165ZM200 65L185 50H165L150 65V85l15 15h20L200 85V65ZM250 20L230 0H220L200 20V30l20 20h10L250 30V20ZM100 65L85 50H65L50 65V85l15 15H85L100 85V65ZM50 20L30 0H20L0 20V30L20 50H30L50 30V20Z"
|
||||
></glyph
|
||||
><glyph unicode="0" d="M250 25H225V0H25V25H0V225H25v25H225V225h25V25ZM150 150v50H100V150h50ZM150 50v50H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="1" horiz-adv-x="150" d="M100 0H0V200H-25v50H75V225h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="2" d="M250 0H0V125H25v25H150v50H0v50H225V225h25V125H225V100H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="3" d="M250 25H225V0H0V50H150v50H75v50h75v50H0v50H225V225h25V150H225V100h25V25Z"
|
||||
></glyph
|
||||
><glyph unicode="4" d="M250 0H150V100H25v25H0V250H100V150h50V250H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="5" d="M250 25H225V0H0V50H150v50H25v25H0V250H250V200H100V150H225V125h25V25Z"
|
||||
></glyph
|
||||
><glyph unicode="6" d="M250 25H225V0H25V25H0V225H25v25H250V200H100V150H225V125h25V25ZM150 50v50H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="7" d="M250 0H150V200H0v50H225V225h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="8" d="M250 25H225V0H25V25H0v75H25v50H0v75H25v25H225V225h25V150H225V100h25V25ZM150 150v50H100V150h50ZM150 50v50H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="9" d="M250 25H225V0H0V50H150v50H25v25H0V225H25v25H225V225h25V25ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="A" d="M250 0H150V100H100V0H0V225H25v25H225V225h25V0ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="B" d="M250 25H225V0H0V250H225V225h25V150H225V100h25V25ZM150 150v50H100V150h50ZM150 50v50H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="C" d="M250 0H25V25H0V225H25v25H250V200H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="D" d="M250 25H225V0H0V250H225V225h25V25ZM150 50V200H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="E" d="M250 0H25V25H0V225H25v25H250V200H100V150h75V100H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="F" d="M250 200H100V150h75V100H100V0H0V225H25v25H250V200Z"
|
||||
></glyph
|
||||
><glyph unicode="G" d="M250 0H25V25H0V225H25v25H250V200H100V50h50v50H125v50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="H" d="M250 0H150V100H100V0H0V250H100V150h50V250H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="I" horiz-adv-x="150" d="M100 0H0V250H100V0Z"
|
||||
></glyph
|
||||
><glyph unicode="J" d="M250 25H225V0H0V50H150V250H250V25Z"
|
||||
></glyph
|
||||
><glyph unicode="K" d="M250 0H150V100H100V0H0V250H100V150h50V250H250V150H225V100h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="L" d="M250 0H0V250H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="M" horiz-adv-x="450" d="M400 0H300V200H250V0H150V200H100V0H0V250H375V225h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="N" d="M250 0H150V200H100V0H0V250H225V225h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="O" d="M250 25H225V0H25V25H0V225H25v25H225V225h25V25ZM150 50V200H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="P" d="M250 125H225V100H100V0H0V250H225V225h25V125ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="Q" d="M250 25H225V0H25V25H0V225H25v25H225V225h25V25ZM150 50V200H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="R" d="M250 0H150V100H100V0H0V250H225V225h25V150H225V100h25V0ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="S" d="M250 25H225V0H0V50H150v50H25v25H0V225H25v25H250V200H100V150H225V125h25V25Z"
|
||||
></glyph
|
||||
><glyph unicode="T" d="M250 200H175V0H75V200H0v50H250V200Z"
|
||||
></glyph
|
||||
><glyph unicode="U" d="M250 25H225V0H25V25H0V250H100V50h50V250H250V25Z"
|
||||
></glyph
|
||||
><glyph unicode="V" d="M250 25H225V0H0V250H100V50h50V250H250V25Z"
|
||||
></glyph
|
||||
><glyph unicode="W" horiz-adv-x="450" d="M400 25H375V0H0V250H100V50h50V250H250V50h50V250H400V25Z"
|
||||
></glyph
|
||||
><glyph unicode="X" d="M250 0H150V100H100V0H0V100H25v50H0V250H100V150h50V250H250V150H225V100h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="Y" d="M250 125H225V100H175V0H75V100H25v25H0V250H100V150h50V250H250V125Z"
|
||||
></glyph
|
||||
><glyph unicode="Z" d="M250 0H0V125H25v25H150v50H0v50H250V125H225V100H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="[" horiz-adv-x="150" d="M150 0H0V250H150V200H100V50h50V0Z"
|
||||
></glyph
|
||||
><glyph unicode="]" horiz-adv-x="150" d="M150 0H0V50H50V200H0v50H150V0Z"
|
||||
></glyph
|
||||
><glyph unicode="a" d="M250 0H150V100H100V0H0V225H25v25H225V225h25V0ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="b" d="M250 25H225V0H0V250H225V225h25V150H225V100h25V25ZM150 150v50H100V150h50ZM150 50v50H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="c" d="M250 0H25V25H0V225H25v25H250V200H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="d" d="M250 25H225V0H0V250H225V225h25V25ZM150 50V200H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="e" d="M250 0H25V25H0V225H25v25H250V200H100V150h75V100H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="f" d="M250 200H100V150h75V100H100V0H0V225H25v25H250V200Z"
|
||||
></glyph
|
||||
><glyph unicode="g" d="M250 0H25V25H0V225H25v25H250V200H100V50h50v50H125v50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="h" d="M250 0H150V100H100V0H0V250H100V150h50V250H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="i" horiz-adv-x="150" d="M100 0H0V250H100V0Z"
|
||||
></glyph
|
||||
><glyph unicode="j" d="M250 25H225V0H0V50H150V250H250V25Z"
|
||||
></glyph
|
||||
><glyph unicode="k" d="M250 0H150V100H100V0H0V250H100V150h50V250H250V150H225V100h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="l" d="M250 0H0V250H100V50H250V0Z"
|
||||
></glyph
|
||||
><glyph unicode="m" horiz-adv-x="450" d="M400 0H300V200H250V0H150V200H100V0H0V250H375V225h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="n" d="M250 0H150V200H100V0H0V250H225V225h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="o" d="M250 25H225V0H25V25H0V225H25v25H225V225h25V25ZM150 50V200H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="p" d="M250 125H225V100H100V0H0V250H225V225h25V125ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="q" d="M250 25H225V0H25V25H0V225H25v25H225V225h25V25ZM150 50V200H100V50h50Z"
|
||||
></glyph
|
||||
><glyph unicode="r" d="M250 0H150V100H100V0H0V250H225V225h25V150H225V100h25V0ZM150 150v50H100V150h50Z"
|
||||
></glyph
|
||||
><glyph unicode="s" d="M250 25H225V0H0V50H150v50H25v25H0V225H25v25H250V200H100V150H225V125h25V25Z"
|
||||
></glyph
|
||||
><glyph unicode="t" d="M250 200H175V0H75V200H0v50H250V200Z"
|
||||
></glyph
|
||||
><glyph unicode="u" d="M250 25H225V0H25V25H0V250H100V50h50V250H250V25Z"
|
||||
></glyph
|
||||
><glyph unicode="v" d="M250 25H225V0H0V250H100V50h50V250H250V25Z"
|
||||
></glyph
|
||||
><glyph unicode="w" horiz-adv-x="450" d="M400 25H375V0H0V250H100V50h50V250H250V50h50V250H400V25Z"
|
||||
></glyph
|
||||
><glyph unicode="x" d="M250 0H150V100H100V0H0V100H25v50H0V250H100V150h50V250H250V150H225V100h25V0Z"
|
||||
></glyph
|
||||
><glyph unicode="y" d="M250 125H225V100H175V0H75V100H25v25H0V250H100V150h50V250H250V125Z"
|
||||
></glyph
|
||||
><glyph unicode="z" d="M250 0H0V125H25v25H150v50H0v50H250V125H225V100H100V50H250V0Z"
|
||||
></glyph
|
||||
></font
|
||||
></defs
|
||||
><g style="font-family: "8BIT WONDER"; font-size:50;fill:black"
|
||||
><text x="20" y="50"
|
||||
>!"#$%&'()*+,-./0123456789:;å<>?</text
|
||||
><text x="20" y="100"
|
||||
>@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</text
|
||||
><text x="20" y="150"
|
||||
>` abcdefghijklmnopqrstuvwxyz|{}~</text
|
||||
></g
|
||||
></svg
|
||||
>
|
||||
|
After Width: | Height: | Size: 7.4 KiB |
BIN
src/client/resources/fonts/8-BIT WONDER.woff
Normal file
BIN
src/client/resources/fonts/8-BIT WONDER.woff
Normal file
Binary file not shown.
Reference in New Issue
Block a user