Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_toy_gun_circle_Create_0

(view raw script w/o annotations or w/e)
1
small_circle = 64
2
outline = 120
3
shrink = true
4
switch global.player_weapon_modifier
5
{
6
    case "Silver Ammo":
7
        shrink_speed = 9
8
        break
9
    default:
10
        shrink_speed = 6
11
}
12
13
color[0] = 16777215
14
color[1] = 0
15
color_number = 0
16
cursor_color = color[0]
17
outline_color = color[1]
18
color_alt_speed = 0.2
19
color_alt_max = 1
20
color_alt_total = 0
21
shot_type = "nothing"
22
button_pressed = false
23
no_loop = false
24
hit_object = 2911