mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
// Example of a sprite definition with 2 recolouring layers.
|
|
|
|
sprite 4 {
|
|
left = 0;
|
|
top = 0;
|
|
width = 128;
|
|
height = 256;
|
|
|
|
base = "128_0004.png";
|
|
recolour = "128p_0004.png";
|
|
layer 1 = 4;
|
|
layer 2 = 3;
|
|
}
|