turtlegame/assets/overworld
Dominic a5ddd70e78
All checks were successful
Rust / rustfmt (pull_request) Successful in 20s
Rust / clippy (pull_request) Successful in 37s
Rust / build (pull_request) Successful in 2m2s
add first batch of house graphics
2024-07-06 12:46:54 +02:00
..
grass.svg path assets 2024-07-06 11:03:27 +02:00
house-bottom-door.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-bottom-left.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-bottom-right.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-bottom-window.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-bottom.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-example.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-mid-window.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
house-mid.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00
path-bottom-left-right.svg more path assets 2024-07-06 11:34:18 +02:00
path-bottom-left.svg path assets 2024-07-06 11:03:27 +02:00
path-bottom-right.svg path assets 2024-07-06 11:03:27 +02:00
path-crossing.svg more path assets 2024-07-06 11:34:18 +02:00
path-horiz.svg path assets 2024-07-06 11:03:27 +02:00
path-top-left-bottom.svg more path assets 2024-07-06 11:34:18 +02:00
path-top-left-right.svg more path assets 2024-07-06 11:34:18 +02:00
path-top-left.svg path assets 2024-07-06 11:03:27 +02:00
path-top-right-bottom.svg more path assets 2024-07-06 11:34:18 +02:00
path-top-right.svg path assets 2024-07-06 11:03:27 +02:00
path-vert.svg path assets 2024-07-06 11:03:27 +02:00
README.md add first batch of house graphics 2024-07-06 12:46:54 +02:00
window.svg add first batch of house graphics 2024-07-06 12:46:54 +02:00

Powercreep - Overworld Assets

These assets were designed by us.

Design

  • All assets (with few exceptions for those that are meant to be included in other assets) have a viewBox of 0,0 64,64.
  • We strech all assets to 512,512 so they can be displayed easily in a browser without having to zoom much.
  • We use asset composition whenever possible, however note that images don't recursively include other images (at least when viewed in firefox), so whenever an assets that is meant to be included needs another asset, that other asset needs to be included first.