-
Notifications
You must be signed in to change notification settings - Fork 0
Proper Spriting
In one turret, each type of object has their own average size.
- Items : 32x32 pixels
- 1 by 1 tiles : 64x64 pixels
- 2 by 2 tiles : 128x128 pixels
One turret uses this color pallete, but it is used lightly and is perfectly fine to go outside it.

The last color, the yellow and any shades close to it, has the special property of carrying over the player's custom color pallete. Use the color lightly to add pop.
One turret supports two file types: SVGs and PNGs SVGs are the primary default, as the core game is normally vector art that was compressed by godot. PNGs can be used for pixel art, hand drawn, etc.
Heres a google drive with tons of the original SVGs for the game: https://drive.google.com/drive/folders/1cpGrjMnn1KlUHStyf34pGyS8x_CowDX2?usp=sharing
By default, all textures without a identifier (e.g: "lumber.png" not "def:lumber.png") will get its identifier. Unlike normal identifier syntax, images act differently where you use the ";" symbol instead of the ":" symbol.