Page MenuHomePhabricator (Chris)

No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/CREDITS.md b/CREDITS.md
new file mode 100644
index 0000000..27e727b
--- /dev/null
+++ b/CREDITS.md
@@ -0,0 +1,32 @@
+Artwork
+=======
+
+*Fantasy book* http://opengameart.org/content/fantasy-book
+
+by yd, Public Domain CC0[^cc0].
+
+*Zw tileset* http://opengameart.org/content/zwischenwelt-tileset
+
+by hagish, Public Domain CC0[^cc0].
+
+*Public domain portraits* http://opengameart.org/content/public-domain-portraits
+
+by qubodup, Public Domain CC0[^cc0].
+
+*Cans in the wind in a garden in Ukraine* http://www.freesound.org/people/felix.blume/sounds/139008/
+
+by felix.blume, This work is licensed under the Creative Commons 0 License[^cc0].
+
+*Menu click effect*, http://www.freesound.org/people/broumbroum/sounds/50561/
+
+by broumbroum, This work is licensed under the Creative Commons 0 License[^cc0].
+
+[^cc0]:Definition of Creative Commons 0 License can be found here: http://creativecommons.org/publicdomain/zero/1.0/
+
+*8 Bit The Hero * http://opengameart.org/content/8-bit-the-hero
+
+bye ShwiggityShwag, This work is licensed under the Creative Commons 0 License[^cc0].
+
+*Andy's Report* http://opengameart.org/content/andys-report-8bit-and-piano-ver
+
+by megupets, This work is licensed under the Creative Commons 0 License[^cc0].
diff --git a/enfucraft.pro b/enfucraft.pro
index 0b64a71..6bdbb2e 100644
--- a/enfucraft.pro
+++ b/enfucraft.pro
@@ -1,46 +1,49 @@
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
CONFIG += c++11
SOURCES += main.cpp \
game.cpp \
tilemap.cpp \
selector.cpp \
playerhud.cpp \
boardelem.cpp \
boardelems.cpp \
textureholder.cpp \
hover.cpp \
guiwindow.cpp \
purchaseguielem.cpp \
guichoosebuilding.cpp \
rounddice.cpp \
guirounddice.cpp
LIBS += -lsfml-window -lsfml-system -lsfml-graphics -lsfml-audio
DESTDIR = ../build_release_enfucraft
assets.path = $${DESTDIR}/assets
assets.files = assets/*
INSTALLS += assets
HEADERS += \
game.h \
tilemap.h \
selector.h \
playerhud.h \
boardelem.h \
boardelems.h \
textureholder.h \
hover.h \
guiwindow.h \
purchaseguielem.h \
guichoosebuilding.h \
elemsdescription.h \
rounddice.h \
guirounddice.h
RESOURCES += \
images.qrc
+
+OTHER_FILES += \
+ CREDITS.md

File Metadata

Mime Type
text/x-diff
Expires
Mon, Feb 2, 9:08 PM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55578
Default Alt Text
(2 KB)

Event Timeline