diff options
author | Reimar <Reimar@Leike.name> | 2015-12-12 16:20:42 +0100 |
---|---|---|
committer | Reimar <Reimar@Leike.name> | 2015-12-12 16:20:42 +0100 |
commit | 354cd9ff21e878c9a34866b0c3916e42e226d105 (patch) | |
tree | 8e6f2123e503c2f32eed35e629c6c0b9c01352d8 /data/projectiles | |
parent | 8c66c87d920340b116c539a56505b32629275b6a (diff) | |
download | RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.gz RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.bz2 RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.tar.xz RCade-354cd9ff21e878c9a34866b0c3916e42e226d105.zip |
Now taking env variable RCADE_DATA and RCADE_SAVE. Default: data/ and save/ . also old saves are not compatibleHEADmaster
Diffstat (limited to 'data/projectiles')
-rw-r--r-- | data/projectiles/beam.txt | 4 | ||||
-rw-r--r-- | data/projectiles/bigspit.txt | 4 | ||||
-rw-r--r-- | data/projectiles/fire1.txt | 4 | ||||
-rw-r--r-- | data/projectiles/projectile_template.txt | 4 | ||||
-rw-r--r-- | data/projectiles/psi.txt | 4 | ||||
-rw-r--r-- | data/projectiles/spit.txt | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/data/projectiles/beam.txt b/data/projectiles/beam.txt index 35b6c18..3458633 100644 --- a/data/projectiles/beam.txt +++ b/data/projectiles/beam.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | data/images/spit.bmp | 1 | images/spit.bmp |
2 | data/sounds/piu | 2 | sounds/piu |
3 | 0.3 | 3 | 0.3 |
4 | 10 | 4 | 10 |
5 | 1 | 5 | 1 |
diff --git a/data/projectiles/bigspit.txt b/data/projectiles/bigspit.txt index 3da95e6..bdc5254 100644 --- a/data/projectiles/bigspit.txt +++ b/data/projectiles/bigspit.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | data/images/bigspit.bmp | 1 | images/bigspit.bmp |
2 | data/sounds/bigspit | 2 | sounds/bigspit |
3 | 8 | 3 | 8 |
4 | 0 | 4 | 0 |
5 | 4 | 5 | 4 |
diff --git a/data/projectiles/fire1.txt b/data/projectiles/fire1.txt index 316f367..83217f9 100644 --- a/data/projectiles/fire1.txt +++ b/data/projectiles/fire1.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | data/images/fire1.bmp | 1 | images/fire1.bmp |
2 | data/sounds/fire | 2 | sounds/fire |
3 | 2 | 3 | 2 |
4 | 10 | 4 | 10 |
5 | 3.5 | 5 | 3.5 |
diff --git a/data/projectiles/projectile_template.txt b/data/projectiles/projectile_template.txt index 66bd2de..8fd229f 100644 --- a/data/projectiles/projectile_template.txt +++ b/data/projectiles/projectile_template.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | data/projectile2.bmp #path of the imagefile | 1 | images/projectile2.bmp #path of the imagefile |
2 | data/sounds/spit #path of the soundfile without n.wav for int n | 2 | sounds/spit #path of the soundfile without n.wav for int n |
3 | 10 #damage | 3 | 10 #damage |
4 | 2 #armorPiercing | 4 | 2 #armorPiercing |
5 | 1.4142 #collisionSize | 5 | 1.4142 #collisionSize |
diff --git a/data/projectiles/psi.txt b/data/projectiles/psi.txt index ed05829..c0f99ac 100644 --- a/data/projectiles/psi.txt +++ b/data/projectiles/psi.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | data/images/psi.bmp | 1 | images/psi.bmp |
2 | data/sounds/piu | 2 | sounds/piu |
3 | 1.5 | 3 | 1.5 |
4 | 10000 | 4 | 10000 |
5 | 2.2 | 5 | 2.2 |
diff --git a/data/projectiles/spit.txt b/data/projectiles/spit.txt index 90d0147..9d3c9f0 100644 --- a/data/projectiles/spit.txt +++ b/data/projectiles/spit.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | data/images/spit.bmp | 1 | images/spit.bmp |
2 | data/sounds/spit | 2 | sounds/spit |
3 | 1 | 3 | 1 |
4 | 0 | 4 | 0 |
5 | 1.4142 | 5 | 1.4142 |