Skip to content

Commit

Permalink
Wow, everything works on HTML!
Browse files Browse the repository at this point in the history
I'm somewhat shocked, but pleasantly so!
  • Loading branch information
tommyettinger committed Jul 4, 2024
1 parent 7159c03 commit 6af64e9
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 712 deletions.
687 changes: 0 additions & 687 deletions SquidSquad/DungeonDemo/assets/Inconsolata-LGC-Custom-standard.fnt

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions SquidSquad/DungeonDemo/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ eclipse.project.name = appName + '-core'

dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.github.tommyettinger:jdkgdxds:$jdkgdxdsVersion"
// implementation "com.github.tommyettinger:jdkgdxds:$jdkgdxdsVersion"
// implementation "com.squidpony:SquidCore:$squidSquadVersion"
// implementation "com.squidpony:SquidGrid:$squidSquadVersion"
// implementation "com.squidpony:SquidPlace:$squidSquadVersion"
// implementation "com.squidpony:SquidPath:$squidSquadVersion"
// implementation "com.squidpony:SquidText:$squidSquadVersion"
// implementation "com.squidpony:SquidGlyph:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:SquidCore:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:SquidGrid:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:SquidPlace:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:SquidPath:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:SquidText:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:SquidGlyph:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:squidcore:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:squidgrid:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:squidplace:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:squidpath:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:squidtext:$squidSquadVersion"
implementation "com.github.yellowstonegames.squidsquad:squidglyph:$squidSquadVersion"
}
16 changes: 10 additions & 6 deletions SquidSquad/DungeonDemo/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ org.gradle.configureondemand=false
androidPluginVersion=8.1.4
gdxBackendsVersion=1.1210.1
gwtFrameworkVersion=2.11.0
typistVersion=0.10.0
gdxVersion=1.12.1
gwtPluginVersion=1.1.29
digitalVersion=0.4.7
juniperVersion=0.5.0
jdkgdxdsVersion=1.4.8
freetypeGwtVersion=1.9.10.1
squidSquadVersion=f36caddce8

gdxVersion=1.12.1
funderbyVersion=0.1.2
digitalVersion=0.4.8
jdkgdxdsVersion=1.6.1
jdkgdxdsInteropVersion=1.6.1.0
juniperVersion=0.6.1
typistVersion=d840876dc6
regexodusVersion=0.1.15
squidSquadVersion=f09b288412
cruxVersion=0.0.1
Binary file modified SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion SquidSquad/DungeonDemo/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down
21 changes: 11 additions & 10 deletions SquidSquad/DungeonDemo/html/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ gwt {

dependencies {
implementation "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
implementation "com.github.tommyettinger:funderby:0.1.1:sources"
implementation "com.github.tommyettinger:funderby:0.1.2:sources"
implementation "com.github.tommyettinger:crux:0.0.1:sources"
implementation "com.github.tommyettinger:digital:$digitalVersion:sources"
implementation "com.github.tommyettinger:juniper:$juniperVersion:sources"
implementation "com.github.tommyettinger:jdkgdxds:$jdkgdxdsVersion:sources"
implementation "com.github.tommyettinger:regexodus:$regexodusVersion:sources"
implementation "com.github.tommyettinger:textratypist:$typistVersion:sources"
implementation "com.github.tommyettinger.textratypist:textratypist:$typistVersion:sources"

// implementation "com.squidpony:SquidCore:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidGrid:$squidSquadVersion:sources"
Expand All @@ -43,15 +44,15 @@ dependencies {
// implementation "com.squidpony:SquidText:$squidSquadVersion:sources"
// implementation "com.squidpony:SquidGlyph:$squidSquadVersion:sources"

implementation "com.github.yellowstonegames.squidsquad:SquidCore:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidGrid:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidPlace:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidPath:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidText:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:SquidGlyph:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:squidcore:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:squidgrid:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:squidplace:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:squidpath:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:squidtext:$squidSquadVersion:sources"
implementation "com.github.yellowstonegames.squidsquad:squidglyph:$squidSquadVersion:sources"

implementation "com.github.tommyettinger.gdx-backends:gdx-backend-gwt:$gdxBackendsVersion"
implementation "com.github.tommyettinger.gdx-backends:gdx-backend-gwt:$gdxBackendsVersion:sources"
implementation "com.github.tommyettinger:gdx-backend-gwt:$gdxBackendsVersion"
implementation "com.github.tommyettinger:gdx-backend-gwt:$gdxBackendsVersion:sources"
implementation "com.google.jsinterop:jsinterop-annotations:2.0.2:sources"

implementation project(':core')
Expand Down

0 comments on commit 6af64e9

Please sign in to comment.