projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aafb9f5
)
fixed BD style lava animation delay
author
Holger Schemel
<holger.schemel@virtion.de>
Sat, 5 Oct 2024 18:35:41 +0000
(20:35 +0200)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sat, 5 Oct 2024 18:35:41 +0000
(20:35 +0200)
src/conf_gfx.c
patch
|
blob
|
history
diff --git
a/src/conf_gfx.c
b/src/conf_gfx.c
index 6671e7fe892ed79d6a02950fc9c3cff1b51e3051..9d30d7f34d1f4fb96572118faff6ff0b5bc4c5a7 100644
(file)
--- a/
src/conf_gfx.c
+++ b/
src/conf_gfx.c
@@
-1079,8
+1079,12
@@
struct ConfigInfo image_config[] =
{ "bdx_gate_3.ypos", "3" },
{ "bdx_gate_3.frames", "1" },
- { "bdx_lava", UNDEFINED_FILENAME },
- { "bdx_lava.clone_from", "acid" },
+ { "bdx_lava", "RocksElements.png" },
+ { "bdx_lava.xpos", "12" },
+ { "bdx_lava.ypos", "7" },
+ { "bdx_lava.frames", "4" },
+ { "bdx_lava.delay", "4" },
+ { "bdx_lava.global_sync", "true" },
{ "bdx_sweet", "RocksBD.png" },
{ "bdx_sweet.xpos", "5" },