Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_shader_replace_simple_macros

(view raw script w/o annotations or w/e)
1
function shader_replace_simple_reset_hook()
2
{
3
    shader_reset();
4
    shader_replace_simple_sync(-1);
5
}
6
7
function shader_replace_simple_set_hook()
8
{
9
    shader_set(argument0);
10
    shader_replace_simple_sync(argument0);
11
}
12
13
function shader_replace_simple_macros()
14
{
15
}