Skip to content

Commit

Permalink
assets: Added unique units and a flying one
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Mar 26, 2024
1 parent b467d0b commit b14ec58
Show file tree
Hide file tree
Showing 388 changed files with 117 additions and 112 deletions.
78 changes: 39 additions & 39 deletions assets/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,65 +7,65 @@ import (

// UNITS

//go:embed units/cyclope/Faceset.png
//go:embed units/cyclope/faceset.png
var CyclopeFaceset_png []byte

//go:embed units/cyclope/Cyclopes.png
var Cyclope_png []byte
//go:embed units/cyclope/sprite.png
var CyclopeSprite_png []byte

//go:embed units/cyclope2/Faceset.png
var Cyclope2Faceset_png []byte
//go:embed units/flam/faceset.png
var FlamFaceset_png []byte

//go:embed units/cyclope2/SpriteSheet.png
var Cyclope2_png []byte
//go:embed units/flam/sprite.png
var FlamSprite_png []byte

//go:embed units/flam/Faceset19.png
var FlamFaceset_png []byte
//go:embed units/racoon/faceset.png
var RacoonFaceset_png []byte

//go:embed units/flam/Flam.png
var Flam_png []byte
//go:embed units/racoon/sprite.png
var RacoonSprite_png []byte

//go:embed units/flam2/Faceset14.png
var Flam2Faceset_png []byte
//go:embed units/spirit/faceset.png
var SpiritFaceset_png []byte

//go:embed units/flam2/Flam2.png
var Flam2_png []byte
//go:embed units/spirit/sprite.png
var SpiritSprite_png []byte

//go:embed units/gold_racoon/Faceset23.png
var GoldRacoonFaceset_png []byte
//go:embed units/eye/faceset.png
var EyeFaceset_png []byte

//go:embed units/gold_racoon/Tanuki2.png
var GoldRacoon_png []byte
//go:embed units/eye/sprite.png
var EyeSprite_png []byte

//go:embed units/octopus/Faceset21.png
var OctopusFaceset_png []byte
//go:embed units/beast/faceset.png
var BeastFaceset_png []byte

//go:embed units/octopus/Octopus.png
var Octopus_png []byte
//go:embed units/beast/sprite.png
var BeastSprite_png []byte

//go:embed units/octopus2/Faceset16.png
var Octopus2Faceset_png []byte
//go:embed units/butterfly/faceset.png
var ButterflyFaceset_png []byte

//go:embed units/octopus2/Octopus2.png
var Octopus2_png []byte
//go:embed units/butterfly/sprite.png
var ButterflySprite_png []byte

//go:embed units/racoon/Faceset18.png
var RacoonFaceset_png []byte
//go:embed units/mole/faceset.png
var MoleFaceset_png []byte

//go:embed units/racoon/Tanuki.png
var Racoon_png []byte
//go:embed units/mole/sprite.png
var MoleSprite_png []byte

//go:embed units/spirit/Faceset20.png
var SpiritFaceset_png []byte
//go:embed units/skull/faceset.png
var SkullFaceset_png []byte

//go:embed units/spirit/Spirit.png
var Spirit_png []byte
//go:embed units/skull/sprite.png
var SkullSprite_png []byte

//go:embed units/spirit2/Faceset15.png
var Spirit2Faceset_png []byte
//go:embed units/snake/faceset.png
var SnakeFaceset_png []byte

//go:embed units/spirit2/Spirit2.png
var Spirit2_png []byte
//go:embed units/snake/sprite.png
var SnakeSprite_png []byte

// END UNITS

Expand Down
16 changes: 8 additions & 8 deletions assets/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"gold": 10,
"keybind":"1"
},
"spirit2":{
"eye":{
"health": 200,
"income": 2,
"gold": 20,
"keybind":"2"
},
"flam2":{
"flam":{
"health": 300,
"income": 3,
"gold": 30,
"keybind":"3"
},
"flam":{
"skull":{
"health": 400,
"income": 4,
"gold": 40,
"keybind":"4"
},
"octopus":{
"mole":{
"health": 500,
"income": 5,
"gold": 50,
"keybind":"5"
},
"octopus2":{
"snake":{
"health": 600,
"income": 6,
"gold": 60,
Expand All @@ -41,19 +41,19 @@
"gold": 70,
"keybind":"7"
},
"gold_racoon":{
"beast":{
"health": 800,
"income": 8,
"gold": 80,
"keybind":"8"
},
"cyclope2":{
"cyclope":{
"health": 900,
"income": 9,
"gold": 90,
"keybind":"9"
},
"cyclope":{
"butterfly":{
"health": 1000,
"income":10,
"gold": 100,
Expand Down
Binary file added assets/units/beast/faceset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/units/butterfly/faceset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed assets/units/cyclope2/Faceset.png
Binary file not shown.
Binary file added assets/units/eye/faceset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/units/eye/sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added assets/units/mole/faceset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/units/skull/faceset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/units/snake/faceset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file modified server/assets/wasm/maze-wars.wasm
Binary file not shown.
Binary file added tiled/NinjaAdventure.zip
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tiled/NinjaAdventure/Actor/Animals/Cow/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Animals/Cub/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Eye/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Eye2/Eye2.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Eye2/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Fish/Faceset.png
File renamed without changes
Binary file removed tiled/NinjaAdventure/Actor/Monsters/Flam2/Faceset14.png
Diff not rendered.
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
Binary file added tiled/NinjaAdventure/Actor/Monsters/Mole/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Mole/Mole.png
File renamed without changes
Diff not rendered.
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
Binary file added tiled/NinjaAdventure/Actor/Monsters/Owl/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Owl2/Faceset.png
Binary file added tiled/NinjaAdventure/Actor/Monsters/Owl2/Owl2.png
Loading

0 comments on commit b14ec58

Please sign in to comment.