Compare commits
No commits in common. "149432e699831f95fe259c3c66737ef6da132983" and "a39be70969ae7a5e17bc8d0af7b8604b1facee2a" have entirely different histories.
149432e699
...
a39be70969
BIN
assets/audio/music/level1/progressive_plains.ogg
(Stored with Git LFS)
BIN
assets/boar.png
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 26 KiB |
BIN
assets/cats.png
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 368 B |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 11 KiB |
@ -20,7 +20,7 @@ local function new(type, template)
|
|||||||
local size = Vec3 { 30, 30 } -- magic numbers for testing purposes only
|
local size = Vec3 { 30, 30 } -- magic numbers for testing purposes only
|
||||||
print(type, template, size)
|
print(type, template, size)
|
||||||
|
|
||||||
Tree.audio:play(Tree.assets.files.audio.music.level1.progressive_plains)
|
Tree.audio:play(Tree.assets.files.audio.music.level1.battle)
|
||||||
|
|
||||||
return setmetatable({
|
return setmetatable({
|
||||||
size = size,
|
size = size,
|
||||||
|
|||||||