diff options
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/teewars.ds | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/datasrc/teewars.ds b/datasrc/teewars.ds index 9dc1eb67..25145b0a 100644 --- a/datasrc/teewars.ds +++ b/datasrc/teewars.ds @@ -148,7 +148,19 @@ images { backdrop { filename "data/mountain_paralax.png" - } + } + + cloud_1 { + filename "data/cloud-1.png" + } + + cloud_2 { + filename "data/cloud-2.png" + } + + cloud_3 { + filename "data/cloud-3.png" + } } particles { |