init
Some checks failed
link / Link assets on Linux (push) Failing after 8s

This commit is contained in:
2024-05-23 10:46:11 +02:00
commit 4e910323f1
351 changed files with 91562 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
menuDef
{
name "blood_effect_left"
decoration
rect 0 0 640 480 8 8
onOpen
{
lerp alpha from 1 to 1 over "0.0";
lerp scale from "1.0" to "1.0" over "0.0";
lerp x from 325 to 325 over "0.0";
setLocalVarInt blood_update_time (milliseconds() + 6000);
}
onRequestClose
{
lerp alpha from 1 to 0 over "1.0";
}
itemDef
{
rect -512 -282 1024 564 1 2
style 3
decoration
visible 1
textscale 0.55
background "screen_blood_directional_left"
exp forecolor a min(((localvarint("blood_update_time") - milliseconds()) / 6000) * 2, 1);
}
}
}