Skip to content

Commit

Permalink
release: 0.9.5 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Dec 8, 2024
2 parents b5ad200 + 98c47c3 commit a7b0fa8
Show file tree
Hide file tree
Showing 6 changed files with 1,850 additions and 1,949 deletions.
1,959 changes: 14 additions & 1,945 deletions src/main/kotlin/org/gitanimals/render/domain/FieldType.kt

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions src/main/kotlin/org/gitanimals/render/domain/Svgs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,23 @@ val grassFieldSvg: String = ClassPathResource("persona/field/grass-field.svg")
val snowHouseFieldSvg: String = ClassPathResource("persona/field/snow-house-field.svg")
.getContentAsString(Charset.defaultCharset())

val snowHouseBackgroundSvg: String = ClassPathResource("persona/field/snow-house-background.svg")
.getContentAsString(Charset.defaultCharset())

val snowGrassFieldSvg: String = ClassPathResource("persona/field/snow-grass-field.svg")
.getContentAsString(Charset.defaultCharset())

val snowGrassBackgroundSvg: String = ClassPathResource("persona/field/snow-grass-background.svg")
.getContentAsString(Charset.defaultCharset())

val grassChristmasTreeFieldSvg: String =
ClassPathResource("persona/field/grass-christmastree-field.svg")
.getContentAsString(Charset.defaultCharset())

val grassChristmasTreeBackgroundSvg: String =
ClassPathResource("persona/field/grass-christmastree-background.svg")
.getContentAsString(Charset.defaultCharset())

val gooseSvg: String = ClassPathResource("persona/animal/goose.svg")
.getContentAsString(Charset.defaultCharset())

Expand Down Expand Up @@ -214,17 +228,19 @@ val rabbitSvg: String = ClassPathResource("persona/animal/rabbit.svg")
val pigCollaboratorSvg: String = ClassPathResource("persona/animal/pig-collaborator.svg")
.getContentAsString(Charset.defaultCharset())

val cheeseCatCollaboratorSvg: String = ClassPathResource("persona/animal/cheese-cat-collaborator.svg")
.getContentAsString(Charset.defaultCharset())
val cheeseCatCollaboratorSvg: String =
ClassPathResource("persona/animal/cheese-cat-collaborator.svg")
.getContentAsString(Charset.defaultCharset())

val whiteCatCollaboratorSvg: String = ClassPathResource("persona/animal/white-cat-collaborator.svg")
.getContentAsString(Charset.defaultCharset())

val dessertFoxSvg: String = ClassPathResource("persona/animal/dessert-fox.svg")
.getContentAsString(Charset.defaultCharset())

val dessertFoxCollaboratorSvg: String = ClassPathResource("persona/animal/dessert-fox-collaborator.svg")
.getContentAsString(Charset.defaultCharset())
val dessertFoxCollaboratorSvg: String =
ClassPathResource("persona/animal/dessert-fox-collaborator.svg")
.getContentAsString(Charset.defaultCharset())

val slothSvg: String = ClassPathResource("persona/animal/sloth.svg")
.getContentAsString(Charset.defaultCharset())
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/main/resources/persona/field/grass-christmastree-field.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a7b0fa8

Please sign in to comment.