[add] Added ResultScene.

This commit is contained in:
2019-10-14 00:00:00 +00:00
parent 3dbd498b8f
commit 98be1dbc74
4 changed files with 72 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
actor [0..100] {
actor [0..1] {
color_a := 1;
clip_left := 0.1;
}
background [0..100] {
background [0..1] {
inner_r = 0.8;
inner_g = 0.8;
inner_b = 0.8;
@@ -14,7 +14,7 @@ background [0..100] {
outer_b = 0;
outer_a = 1;
}
posteffect [0..100] {
posteffect [0..1] {
clip_left := 0.1;
clip_right := 0.1;
}