-
Notifications
You must be signed in to change notification settings - Fork 17
/
bighatconfigs.lua
67 lines (34 loc) · 4.15 KB
/
bighatconfigs.lua
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
bighat = {}
table.insert(bighat, {x = 0, y = 0, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/standard.png")})
table.insert(bighat, {x = -2, y = -3, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/tyrolean.png")})
table.insert(bighat, {x = -2, y = -2, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/towering1.png")})
table.insert(bighat, {x = -2, y = -8, height = 9, graphic = love.graphics.newImage("graphics/standardbighats/towering2.png")})
table.insert(bighat, {x = -3, y = -1, height = 2, graphic = love.graphics.newImage("graphics/standardbighats/towering3.png")})
table.insert(bighat, {x = -1, y = -7, height = 10, graphic = love.graphics.newImage("graphics/standardbighats/drseuss.png")})
table.insert(bighat, {x = -3, y = -8, height = 8, graphic = love.graphics.newImage("graphics/standardbighats/bird.png")})
table.insert(bighat, {x = -3, y = -2, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/banana.png")})
table.insert(bighat, {x = 1, y = -3, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/beanie.png")})
table.insert(bighat, {x = -1, y = -5, height = 8, graphic = love.graphics.newImage("graphics/standardbighats/toilet.png")})
table.insert(bighat, {x = -1, y = -4, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/indian.png")})
table.insert(bighat, {x = -1, y = -2, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/officerhat.png")})
table.insert(bighat, {x = -2, y = -3, height = 7, graphic = love.graphics.newImage("graphics/standardbighats/crown.png")})
table.insert(bighat, {x = -2, y = -7, height = 10, graphic = love.graphics.newImage("graphics/standardbighats/tophat.png")})
table.insert(bighat, {x = -2, y = 1, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/batter.png")})
table.insert(bighat, {x = -2, y = 0, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/bonk.png")})
table.insert(bighat, {x = 0, y = 0, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/bakerboy.png")})
table.insert(bighat, {x = -3, y = 0, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/troublemaker.png")})
table.insert(bighat, {x = 0, y = 0, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/whoopee.png")})
table.insert(bighat, {x = -1, y = -1, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/milkman.png")})
table.insert(bighat, {x = -2, y = 1, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/bombingrun.png")})
table.insert(bighat, {x = -4, y = 3, height = 0, graphic = love.graphics.newImage("graphics/standardbighats/bonkboy.png")})
table.insert(bighat, {x = -2, y = -1, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/flippedtrilby.png")})
table.insert(bighat, {x = 0, y = -1, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/superfan.png")})
table.insert(bighat, {x = -1, y = -2, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/familiarfez.png")})
table.insert(bighat, {x = -3, y = -1, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/santahat.png")})
table.insert(bighat, {x = -1, y = 0, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/sailor.png")})
table.insert(bighat, {x = -3, y = 0, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/koopa.png")})
table.insert(bighat, {x = -2, y = -5, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/blooper.png")})
table.insert(bighat, {x = -1, y = 1, height = 3, graphic = love.graphics.newImage("graphics/standardbighats/shyguy.png")})
table.insert(bighat, {x = -1, y = 3, height = 4, graphic = love.graphics.newImage("graphics/standardbighats/goodnewseverybody.png")})
table.insert(bighat, {x = -3, y = -1, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/jetset.png")})
table.insert(bighat, {x = -2, y = 0, height = 5, graphic = love.graphics.newImage("graphics/standardbighats/bestpony.png")})