updates
1
desktop/.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
/target/
|
||||
/checkouts/
|
||||
*.edn
|
||||
*.png
|
||||
save.edn
|
||||
screenshot*
|
||||
.nrepl-port
|
||||
|
||||
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-1.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-2.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-3.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-4.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-5.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-6.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-7.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-8.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new-assets/fight-9.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
desktop/asset-work/inside-cafeteria/fight-new.psd
Normal file
BIN
desktop/asset-work/inside-castle/sign-1.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
desktop/asset-work/inside-castle/sign-2.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
desktop/asset-work/inside-castle/sign-3.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
desktop/asset-work/inside-castle/sign1.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
desktop/asset-work/inside-castle/sign2.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
desktop/asset-work/inside-castle/sign3.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
desktop/asset-work/outsidehouse/charcoal-1.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
desktop/asset-work/outsidehouse/charcoal-2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
desktop/asset-work/outsidehouse/charcoal-3.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
desktop/asset-work/outsidehouse/charcoal-4.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
desktop/asset-work/outsidehouse/sheep-1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
desktop/asset-work/outsidehouse/sheep-2.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
desktop/asset-work/outsidehouse/sheep-3.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
10
desktop/build-linux.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"platform": "linux64",
|
||||
"jdk": "/Users/brycecovert/dev/jvms/openjdk-1.7.0-u80-unofficial-linux-amd64-image.zip",
|
||||
"executable": "Tick's Tales",
|
||||
"appjar": "target/advent-standalone.jar",
|
||||
"mainclass": "advent/core/desktop_launcher",
|
||||
"resources": ["resources/icon" ],
|
||||
"minimizejre": "soft",
|
||||
"outdir": "target/linux"
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
{
|
||||
"411611" "depot_build_411611.vdf"
|
||||
"411612" "depot_build_411612.vdf"
|
||||
"411614" "depot_build_411614.vdf"
|
||||
}
|
||||
}
|
||||
|
||||
31
desktop/content-builder/scripts/depot_build_411614.vdf
Normal file
@@ -0,0 +1,31 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "411614"
|
||||
|
||||
// Set a root for all content.
|
||||
// All relative paths specified below (LocalPath in FileMapping entries, and FileExclusion paths)
|
||||
// will be resolved relative to this root.
|
||||
// If you don't define ContentRoot, then it will be assumed to be
|
||||
// the location of this script file, which probably isn't what you want
|
||||
"ContentRoot" "/Users/brycecovert/dev/advent/desktop/target/linux"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
{
|
||||
// This can be a full path, or a path relative to ContentRoot
|
||||
"LocalPath" "*"
|
||||
|
||||
// This is a path relative to the install folder of your game
|
||||
"DepotPath" "."
|
||||
|
||||
// If LocalPath contains wildcards, setting this means that all
|
||||
// matching files within subdirectories of LocalPath will also
|
||||
// be included.
|
||||
"recursive" "1"
|
||||
}
|
||||
|
||||
// but exclude all symbol files
|
||||
// This can be a full path, or a path relative to ContentRoot
|
||||
"FileExclusion" "*.pdb"
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
27
|
||||
29
|
||||
|
||||
@@ -4,6 +4,7 @@ git tag -a v0.1.`cat last-release` -m "tagging version 0.1.`cat last-release`"
|
||||
lein with-profile steam do clean, compile, uberjar
|
||||
java -jar packr.jar build-windows.json
|
||||
java -jar packr.jar build-osx.json
|
||||
java -jar packr.jar build-linux.json
|
||||
cp icons.icns target/osx/Tick\'s\ Tales.app/Contents/Resources/
|
||||
read -p "Steam pass: " STEAM_PASS
|
||||
./content-builder/builder_osx/steamcmd.sh +login digitalbouncehouse $STEAM_PASS +run_app_build ../scripts/app_build_411610.vdf +quit
|
||||
|
||||
BIN
desktop/resources/icon/icon_128x128.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
desktop/resources/icon/icon_16x16.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
desktop/resources/icon/icon_32x32.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
desktop/resources/packed/pack9.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
@@ -246,7 +246,7 @@
|
||||
(actions/present-choices entities {:choices ["Please, Frankie. Give me my stuff back!"
|
||||
{:run #(do (actions/respond entities %
|
||||
:frankie "Not a chance, Dipstick."
|
||||
:frankie "Burglers like us gotta eat too, you know."
|
||||
:frankie "Burglars like us gotta eat too, you know."
|
||||
:ego "But it's a matter of life and death!"
|
||||
:ego "Plus, Georgia's counting on me!")
|
||||
(actions/georgia-say entities "I'm counting on you, Tick!")
|
||||
|
||||
BIN
desktop/test.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |