diff --git a/content/news/024/em_logo.svg b/content/news/024/em_logo.svg new file mode 100644 index 000000000..036229adf --- /dev/null +++ b/content/news/024/em_logo.svg @@ -0,0 +1,27 @@ +<?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 width="100%" height="100%" viewBox="0 0 4000 1500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> + <g transform="matrix(1.65375,0,0,1.65375,-427.665,-244.944)"> + <g transform="matrix(-1,1.22465e-16,-1.77341e-16,-1.4481,1110.98,1718.55)"> + <path d="M400.105,467.654L518.375,750L400.105,558.157L281.835,750L400.105,467.654Z"/> + </g> + <g transform="matrix(-1,-1.22465e-16,-1.77341e-16,1.4481,1110.98,-515.296)"> + <path d="M400.105,467.654L518.375,750L400.105,558.157L281.835,750L400.105,467.654Z"/> + </g> + <g transform="matrix(1,0,0,1,309.515,-142.176)"> + <path d="M340.97,608.827L401.363,558.097L459.24,608.827L514.352,728.233L401.363,740.448L518.375,750L401.363,992.378L342.838,873.7L401.363,836.928L333.167,854.09L281.835,750L317.341,665.237L401.363,690.617L328.394,638.849L340.97,608.827Z" style="fill:rgb(32,180,84);"/> + </g> + <g transform="matrix(0.943718,-0.330752,0.330752,0.943718,-172.4,33.3769)"> + <path d="M541.752,608.827L670.616,541.992L596.833,608.827L521.678,750.825L481.113,725.862L398.176,750.825L487.576,662.407L525.02,657.376L499.691,650.426L541.752,608.827Z" style="fill:rgb(0,1,0);"/> + </g> + <g transform="matrix(-0.929073,-0.369895,-0.369895,0.929073,1620.19,82.0448)"> + <path d="M541.752,608.827L672.969,541.992L600.859,608.827L547.119,705.2L521.147,708.45L538.353,720.921L521.678,750.825L483.169,721.836L398.176,750.825L517.104,633.336L527.64,646.408L528.824,621.613L541.752,608.827Z" style="fill:rgb(0,1,0);"/> + </g> + <g transform="matrix(-0.968494,0.249038,-0.249038,-0.968494,1545.15,1294.07)"> + <path d="M541.752,608.827L612.35,557.46L600.859,608.827L547.119,705.2L525.657,701.364L538.353,720.921L521.678,750.825L483.169,721.836L398.176,750.825L517.104,633.336L539.235,633.886L528.824,621.613L541.752,608.827Z" style="fill:rgb(0,1,0);"/> + </g> + <g transform="matrix(0.976038,0.2176,0.2176,-0.976038,-100.312,1278.52)"> + <path d="M541.752,608.827L612.35,557.46L600.859,608.827L547.119,705.2L525.657,701.364L538.353,720.921L521.678,750.825L483.169,721.836L398.176,750.825L517.104,633.336L539.235,633.886L528.824,621.613L541.752,608.827Z" style="fill:rgb(0,1,0);"/> + </g> + </g> +</svg> diff --git a/content/news/024/hho_header.png b/content/news/024/hho_header.png new file mode 100644 index 000000000..18f26ceeb Binary files /dev/null and b/content/news/024/hho_header.png differ diff --git a/content/news/024/index.md b/content/news/024/index.md index 5b4ae867c..e2b8f90ff 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -98,8 +98,47 @@ July's full weekly devlogs: "This Week In Veloren...": [veloren-129]: https://veloren.net/devblog-129 [veloren-130]: https://veloren.net/devblog-130 +### [Harvest Hero Origins](https://store.steampowered.com/app/1651500/Harvest_Hero_Origins/) + + + +Harvest Hero Origins is an arcade wave defense game by [Gemdrop Games][gemdrop], +built in Rust on top of [Emerald]. A [Steam][hho-steam] page has recently been +made and the game is set to release sometime at the end of this summer. + +Battle the oncoming waves of enemies with a friend in local co-op, unlock +new playable characters and skins, and make your way to the top of the +leaderboard! + +Additionally, HHO will be at [PAXWest](https://west.paxsite.com/) +this year, so come check out their booth +if you'll be there! + +[gemdrop]: https://twitter.com/GemdropGames +[hho-steam]: https://store.steampowered.com/app/1651500/Harvest_Hero_Origins/ +[Emerald]: https://github.com/Bombfuse/emerald + ## Engine Updates +### [Emerald] + + + +[Emerald] is a 2D portable game engine aiming to export to every +possible target: Windows, Linux, macOS, Android, iOS, Xbox, +Playstation, Nintendo Switch. + +In addition to being portable, [Emerald] aims to be easy to use +while providing quality features like built-in physics and +Aseprite integration. + +If any of this sounds good to you, and you'd like to be a part of it, +[Emerald] welcomes all contributors to help make an extremely portable +game engine! Join them on their [Discord server][emerald-discord]. + +[Emerald]: https://github.com/Bombfuse/emerald +[emerald-discord]: https://discord.gg/NHsz38AhkD + ## Learning Material Updates ## Tooling Updates