mirror of https://github.com/zeldaret/tmc.git
commit
c39ba8ba21
|
|
@ -14,7 +14,7 @@ sound/songs/midi/*.s
|
|||
translations/*.bin
|
||||
|
||||
# doxygen
|
||||
docs/doxygen/
|
||||
docs/doxygen/html/
|
||||
|
||||
# tools
|
||||
tools/agbcc
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
|
|
@ -0,0 +1,5 @@
|
|||
body {
|
||||
background-image: url("../beanstalk-bg.png");
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
Loading…
Reference in New Issue