- Edited
For the life of me, I have no idea what this is called. I don't even get why it has a := instead of just =. What is it? If I get the name of it, I can research what it does.
Thanks in advance.
var var_names := {
player = 1, # player must come first.
air = 1,
bullets = 10,
tanks = 1,
lives = 0,
health = 1,
keys = 0,
level = 1,
}