turtlegame/assets/overworld
Dominic 695a7b16fd
All checks were successful
Rust / rustfmt (pull_request) Successful in 20s
Rust / clippy (pull_request) Successful in 37s
Rust / build (pull_request) Successful in 2m5s
add roof assets
2024-07-06 13:18:36 +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 all house assets besides roof 2024-07-06 12:51:38 +02:00
house-bottom-right.svg add all house assets besides roof 2024-07-06 12:51:38 +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-left.svg add all house assets besides roof 2024-07-06 12:51:38 +02:00
house-mid-right.svg add all house assets besides roof 2024-07-06 12:51:38 +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
house-roof-left.svg add roof assets 2024-07-06 13:18:36 +02:00
house-roof-mid-left.svg add roof assets 2024-07-06 13:18:36 +02:00
house-roof-mid-right.svg add roof assets 2024-07-06 13:18:36 +02:00
house-roof-right.svg add roof assets 2024-07-06 13:18:36 +02:00
house-roof-top.svg add roof assets 2024-07-06 13:18:36 +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.