about summary refs log tree commit diff stats
path: root/Archipelago/paintingdata.gd
blob: 0cbeac292bfe80035a00bf3ce20889377e986804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
extends Node

const kALL_PAINTINGS = [
	"arrows",
	"beach",
	"bg_bg1",
	"bg_bg2",
	"bg_bg3",
	"bg_bg4",
	"bg_bg5",
	"bg_bg6",
	"bg_bg7",
	"bg_bg8",
	"bg_bookshelf",
	"bg_candle",
	"bg_colin",
	"bg_cooking",
	"bg_egg",
	"bg_fish",
	"bg_fourth",
	"bg_gene",
	"bg_knight",
	"bg_margret",
	"bg_nose",
	"bg_pearson",
	"bg_scorpion",
	"bg_stakeout",
	"bg_waves",
	"blueman",
	"boxes",
	"catlike",
	"cherry",
	"clock",
	"colors",
	"crep",
	"crown",
	"egg",
	"eight",
	"electrons",
	"emmy",
	"ether",
	"eyes",
	"eyesyellow",
	"flower",
	"fruitbowl",
	"garden",
	"gardenexploded",
	"hatkirby",
	"hatman",
	"hi",
	"hi_solved",
	"icy",
	"ig_note",
	"ig_rose",
	"kiwi",
	"knot",
	"map",
	"maze",
	"mittens",
	"ninjonicx",
	"ninjonicx_square",
	"noka",
	"ntwiles",
	"owl",
	"panda",
	"pattern_gold",
	"pattern_gray",
	"pattern_icely",
	"pattern_purple",
	"pattern_solar",
	"pencil",
	"rainbow",
	"redman",
	"rever",
	"rm_tower",
	"rubrica",
	"samswine",
	"smile",
	"smile_red",
	"snowman",
	"symmetry",
	"symmetry_2",
	"taiji",
	"tree",
	"undalevein",
	"yinyang",
	"zombie"
]