From 354cd9ff21e878c9a34866b0c3916e42e226d105 Mon Sep 17 00:00:00 2001 From: Reimar Date: Sat, 12 Dec 2015 16:20:42 +0100 Subject: Now taking env variable RCADE_DATA and RCADE_SAVE. Default: data/ and save/ . also old saves are not compatible --- data/projectiles/beam.txt | 4 ++-- data/projectiles/bigspit.txt | 4 ++-- data/projectiles/fire1.txt | 4 ++-- data/projectiles/projectile_template.txt | 4 ++-- data/projectiles/psi.txt | 4 ++-- data/projectiles/spit.txt | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'data/projectiles') 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 @@ -data/images/spit.bmp -data/sounds/piu +images/spit.bmp +sounds/piu 0.3 10 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 @@ -data/images/bigspit.bmp -data/sounds/bigspit +images/bigspit.bmp +sounds/bigspit 8 0 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 @@ -data/images/fire1.bmp -data/sounds/fire +images/fire1.bmp +sounds/fire 2 10 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 @@ -data/projectile2.bmp #path of the imagefile -data/sounds/spit #path of the soundfile without n.wav for int n +images/projectile2.bmp #path of the imagefile +sounds/spit #path of the soundfile without n.wav for int n 10 #damage 2 #armorPiercing 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 @@ -data/images/psi.bmp -data/sounds/piu +images/psi.bmp +sounds/piu 1.5 10000 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 @@ -data/images/spit.bmp -data/sounds/spit +images/spit.bmp +sounds/spit 1 0 1.4142 -- cgit v1.2.3