diff options
Diffstat (limited to 'blog/simpliCity/beta02')
-rw-r--r-- | blog/simpliCity/beta02/index.html | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/blog/simpliCity/beta02/index.html b/blog/simpliCity/beta02/index.html new file mode 100644 index 0000000..f40e938 --- /dev/null +++ b/blog/simpliCity/beta02/index.html @@ -0,0 +1,137 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/style.css"> + <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title> + <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> + + <style> + .center-grid { + min-height: 0; + } + </style> +</head> + +<body onload="addNodes()"> + <script defer src="/scripts/scroll.js"></script> + <script defer src="/scripts/onload.js"></script> + <div class="floating-nav-container"> + <div class="floating-nav"> + <a href="/about/" class="link">About Me</a> + <a href="/projects/" class="link">Projects</a> + <a href="/blog/" class="link">(dev)Blog</a> + </div> + </div> + <div class="sidebar" id="sidebar"> + <a href="/"> + <img src="/assets/images/hero/logo.png/" alt="" class="sidebar-img"> + </a> + <span>altaf-creator</span> + </div> + <div class="sidebar-progress-container" id="progressContainer"> + </div> + <section style="border-top: none; padding-top: 50px;" class="normal-section"> + <div class="banner-shadow"> + <img src="/assets/images/blog/beta0.2_banner.png" alt="" class="banner img"> + </div> + <div class="center-grid"> + <div class="div-sizing"> + <div class="flex-container flex-container-column flex" style="gap: 7px; margin-top: 20px;"> + <span class="colored-text">simpliCity</span> + <h1 style="text-align: left; margin: 0;">beta0.2: The Visual Update is Out!</h1> + <span style="color: rgba(0, 0, 0, 0.5);">Wednesday, 26 July 2023</span><br> + <span>Written by <span class="colored-text">altaf-creator</span></span> + </div> + </div> + </div> + </section> + <section class="normal-section"> + <div class="center-grid"> + <div class="div-sizing"> + <h1>Introduction</h1> + <p>Hello, friends! Today, I'm excited to announce that simpliCity beta0.2: The Visual Update is OUT NOW! + 🥳 <br>This update contains a lot of content features, bugfixes, and improvements from the last + update. </p> + </div> + </div> + </section> + <section class="normal-section"> + <div class="center-grid"> + <div class="div-sizing"> + <h2>Notable Additions</h2> + <p>Starting from NEW buildings, there is now;</p> + <ul> + <li>Factories</li> + <li>A soup restaurant</li> + <li>Restoran Padang</li> + <li>miniMart</li> + <li>Big Ben</li> + <li>Fountains</li> + <li>House remodel + new models</li> + <li>School remodel</li> + <li>Lamp remodel</li> + <li>Connected roads</li> + <li>Fences</li> + </ul> + + <p>And then the new game ambience;</p> + <ul> + <li>Better ambient lightning</li> + <li>Better skybox coloring</li> + <li>Clouds!</li> + <li>Better ambience</li> + <li>Window lights</li> + </ul> + + <p>Last but certainly not least, big changes to UI!</p> + <ul> + <li>a COMPLETE UI overhaul</li> + <li>Loading screen</li> + <li>UI Sounds</li> + <li>Hotbar organization</li> + </ul> + </div> + </div> + </section> + <section class="normal-section"> + <div class="center-grid"> + <div class="div-sizing"> + <h2>Changes & Bugfixes</h2> + <ul> + <li>Citizen arrival and depart rate modifications</li> + <li>Performance optimizations</li> + <li>Small improvements</li> + <li>Land expansions are now limited to 3x3</li> + <li>Useful tooltips</li> + <li>Better tooltip positioning</li> + <li>Fixed credit overlapping text</li> + </ul> + </div> + </div> + </section> + <section class="normal-section"> + <div class="center-grid"> + <div class="div-sizing"> + <h1>Closing</h1> + <p> + And that's (probably) the end of the beta0.2 update. You can already update the game on steam right + now! I wanted to say thank you everyone for all of your support, suggestions, and help on building + simpliCity. <br><br> + Once again, thank you everyone for reading. <br> + This is Altaf. <br> + Stay safe, and see you in the next update on <a href="/blog/" class="link">The Altaf (dev)Blog</a>! + </p> + + <span style="color: rgba(0, 0, 0, 0.5);">Steam News Link: <a + href="https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135" + class="link">https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135</a></span> + </div> + </div> + </section> +</body> + +</html>
\ No newline at end of file |