Skip to content

Commit 95dc493

Browse files
committed
N19: Antorum Online
1 parent e1bc860 commit 95dc493

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed
Loading

content/posts/newsletter-019/index.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,12 @@ screen.
383383
_Macroquad-UI runtime GUI skins configuration._
384384

385385
[macroquad] is a cross-platform (Windows/Linux/macOS/Android/iOS/WASM)
386-
game framework built on top of [miniquad].
386+
game framework built on top of [miniquad].
387387

388388
This month biggest update: Macroquad got its own fully skinnable and
389-
customizable immediate mode UI system 🎉.
389+
customizable immediate mode UI system 🎉.
390390
The new system took origins from heavily refactored [megaui] and support
391-
custom font sizes, fonts and skins for each UI element.
391+
custom font sizes, fonts and skins for each UI element.
392392
While work is still in progress, all important decisions were made and
393393
implementation [PR][macroquad-ui-pr] got merged.
394394

@@ -452,6 +452,25 @@ of out-of-box features. Some of the recent updates:
452452
[navmesh]: https://www.youtube.com/watch?v=tqFdQ5OPB1I
453453
[rg3d-youtube]: https://www.youtube.com/watch?v=tqFdQ5OPB1I
454454

455+
### [Antorum Online]
456+
457+
![A player standing in front of a giant crab](antorum-2-21-2021.jpg)
458+
_Challenging Kroob_
459+
460+
[Antorum Online] is a micro-multiplayer online role-playing game by [@dooskington].
461+
The game server is written in Rust, and the official client is being developed
462+
in Unity.
463+
464+
The Armorcrafting, Weaponcrafting, and Salvaging skills were implemented this month!
465+
Players can now craft gear in town using materials gathered out in the world. They
466+
can also break down old or unwanted gear to recycle it.
467+
468+
- [#30: Crafting And Salvaging](https://ratwizard.dev/dev-log/antorum/30);
469+
470+
[Antorum Online]: https://ratwizard.dev/dev-log/antorum
471+
[@dooskington]: https://twitter.com/dooskington
472+
473+
455474
## Library & Tooling Updates
456475

457476
### [wgpu-rs]

0 commit comments

Comments
 (0)