Skip to content

Commit

Permalink
Flap-Or-Die Sample Tweaks
Browse files Browse the repository at this point in the history
#ADD: Added nuspec and attribution notice.
#CHANGE: Added various Duality settings to gitignore, as they aren't included in Sample releases anyway.
  • Loading branch information
ilexp committed Oct 25, 2015
1 parent cd92234 commit 87ecac7
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 50 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -218,6 +218,9 @@ SampleProjects/FlapOrDie/Content/perflog.txt
SampleProjects/FlapOrDie/Content/PackageConfig.xml
SampleProjects/FlapOrDie/Content/DesignTimeData.dat
SampleProjects/FlapOrDie/Content/OpenAL32.dll
SampleProjects/FlapOrDie/Content/AppData.dat
SampleProjects/FlapOrDie/Content/DefaultUserData.dat
SampleProjects/FlapOrDie/Content/UserData.dat
SampleProjects/AudioHandling/obj/
SampleProjects/AudioHandling/bin/
SampleProjects/AudioHandling/Content/Source/
Expand All @@ -241,3 +244,4 @@ SampleProjects/ParticleSystem/Content/PackageConfig.xml
SampleProjects/ParticleSystem/Content/logfile.txt
SampleProjects/ParticleSystem/Content/perflog.txt
SampleProjects/ParticleSystem/ParticleSystem.core.xml
SampleProjects/FlapOrDie/Content/high.score
5 changes: 3 additions & 2 deletions ATTRIBUTION
Expand Up @@ -6,5 +6,6 @@ The Duality core library embeds several bitmap fonts which are based on the Open

The Duality sample project "DualStickSpaceShooter" uses bitmap fonts which are based on the Open Source font "Josefin Sans" by Santiago Orozco.

The Duality sample project "BasicMenu" uses bitmap fonts which are based on the Open Source font "Duru Sans" by Sorkin Type Co (www.sorkintype.com) under the SIL Open Font License, Version 1.1.
This license is available with a FAQ at: http://scripts.sil.org/OFL
The Duality sample project "BasicMenu" uses bitmap fonts which are based on the Open Source font "Duru Sans" by Sorkin Type Co (www.sorkintype.com) under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL

The Duality sample project "Flap-Or-Die" uses bitmap fonts which are based on the Open Source font "Duru Sans" by Sorkin Type Co (www.sorkintype.com) and "Condiment" by Sudtipos (www.sudtipos.com) under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL. It also uses the background song "Attack of the 8-Bit Hyper Cranks" by Eric Matyas (http://soundimage.org/).
29 changes: 29 additions & 0 deletions NuGetPackageSpecs/FlapOrDie.Sample.nuspec
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>AdamsLair.Duality.Samples.FlapOrDie</id>
<version>2.0.0</version>
<authors>Pilati Alessandro</authors>
<owners>Pilati Alessandro</owners>
<title>Flap-Or-Die Sample</title>
<iconUrl>https://github.com/AdamsLair/duality/raw/master/NuGetPackageSpecs/Icons/Game.png</iconUrl>
<licenseUrl>https://github.com/AdamsLair/duality/raw/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/AdamsLair/duality</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A clone of a commonly known casual game in Duality.</summary>
<description>This package contains a simple implementation of a commonly known casual game.</description>
<tags>Duality Sample Plugin Game</tags>
<releaseNotes>Initial Release</releaseNotes>
<dependencies>
<dependency id="AdamsLair.Duality" version="2.0.1" />
<dependency id="AdamsLair.Duality.Editor" version="2.0.3" />
</dependencies>
</metadata>
<files>
<file src="..\SampleProjects\FlapOrDie\Content\Plugins\FlapOrDie.core.dll" target="lib" />
<file src="..\SampleProjects\FlapOrDie\Content\Plugins\FlapOrDie.core.xml" target="lib" />
<file src="..\SampleProjects\FlapOrDie\Content\Data\**\*.res" target="content" />
<file src="..\SampleProjects\FlapOrDie\**\*.cs" target="source" exclude="..\SampleProjects\FlapOrDie\Content\**\*.*;..\SampleProjects\FlapOrDie\obj\**\*.*" />
<file src="..\SampleProjects\FlapOrDie\FlapOrDie.csproj" target="source" />
</files>
</package>
18 changes: 0 additions & 18 deletions SampleProjects/FlapOrDie/Content/AppData.dat

This file was deleted.

15 changes: 0 additions & 15 deletions SampleProjects/FlapOrDie/Content/DefaultUserData.dat

This file was deleted.

15 changes: 0 additions & 15 deletions SampleProjects/FlapOrDie/Content/UserData.dat

This file was deleted.

0 comments on commit 87ecac7

Please sign in to comment.