-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vansh M
authored and
Vansh M
committed
Oct 17, 2023
1 parent
894cb80
commit 3685d11
Showing
2,234 changed files
with
94,181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"Bombship" : { | ||
"health": 100, | ||
"baseAttack": 20 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"mobBoss": { | ||
"health": 100, | ||
"baseAttack": 25, | ||
"spookyFactor": 7 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"engineer" : { | ||
"health": 100, | ||
"baseAttack": 5 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"ghost": { | ||
"health": 40, | ||
"baseAttack": 10 | ||
}, | ||
"ghostKing": { | ||
"health": 100, | ||
"baseAttack": 25, | ||
"spookyFactor": 7 | ||
}, | ||
"fireBall": { | ||
"health": 100, | ||
"baseAttack": 10 | ||
} | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"health": 100, | ||
"baseAttack": 10, | ||
"gold": 500, | ||
"favouriteColour": "peach" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"com.badlogic.gdx.graphics.g2d.BitmapFont": { | ||
"default": { | ||
"file": "images/ui/font.fnt" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"weapon": { | ||
"health": 10, | ||
"baseAttack": 10, | ||
"cost": 10 | ||
}, | ||
"wall": { | ||
"health": 20, | ||
"baseAttack": 0, | ||
"cost": 5 | ||
}, | ||
"income": { | ||
"health": 20, | ||
"baseAttack": 0, | ||
"cost": 1 | ||
}, | ||
"TNTTower": { | ||
"health": 10, | ||
"baseAttack": 5, | ||
"cost": 1 | ||
}, | ||
"DroidTower": { | ||
"health": 50, | ||
"baseAttack": 5, | ||
"cost": 1 | ||
}, | ||
"fireTower": { | ||
"health": 10, | ||
"baseAttack": 10, | ||
"cost": 10 | ||
}, | ||
"stunTower": { | ||
"health": 10, | ||
"baseAttack": 10, | ||
"cost": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Flat Earth UI | ||
|
||
``` | ||
Flat Earth UI Ver. 1 | ||
Created by Raymond "Raeleus" Buckley | ||
Visit ray3k.wordpress.com for games, tutorials, and much more! | ||
Flat Earth UI can be used under the CC BY license. | ||
http://creativecommons.org/licenses/by/4.0/ | ||
``` | ||
|
||
Features styles of most of **Scene2D** widgets. Flat design GUI recolorable through JSON color parameters. | ||
|
||
![Flat Earth](preview.png) | ||
|
||
### About | ||
|
||
Created with [Skin Composer](https://github.com/raeleus/skin-composer) by [**Raeleus**](https://ray3k.wordpress.com/flat-earth-ui-skin-for-libgdx/). | ||
|
||
### License | ||
[CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). Give credit to [***Raymond "Raeleus" Buckley***](https://ray3k.wordpress.com/software/skin-composer-for-libgdx/). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
240 changes: 240 additions & 0 deletions
240
source/core/out/assets/flat-earth/skin/flat-earth-ui.atlas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
|
||
flat-earth-ui.png | ||
size: 512,512 | ||
format: RGBA8888 | ||
filter: Linear,Linear | ||
repeat: none | ||
button | ||
rotate: false | ||
xy: 91, 136 | ||
size: 56, 42 | ||
split: 18, 18, 0, 0 | ||
pad: 13, 14, 3, 2 | ||
orig: 56, 42 | ||
offset: 0, 0 | ||
index: -1 | ||
button-close | ||
rotate: false | ||
xy: 222, 326 | ||
size: 24, 24 | ||
orig: 24, 24 | ||
offset: 0, 0 | ||
index: -1 | ||
button-pressed | ||
rotate: false | ||
xy: 91, 92 | ||
size: 56, 42 | ||
split: 18, 18, 0, 0 | ||
pad: 13, 14, 3, 2 | ||
orig: 56, 42 | ||
offset: 0, 0 | ||
index: -1 | ||
checkbox | ||
rotate: false | ||
xy: 183, 304 | ||
size: 29, 24 | ||
orig: 29, 24 | ||
offset: 0, 0 | ||
index: -1 | ||
checkbox-pressed | ||
rotate: false | ||
xy: 183, 278 | ||
size: 29, 24 | ||
orig: 29, 24 | ||
offset: 0, 0 | ||
index: -1 | ||
earth | ||
rotate: false | ||
xy: 1, 321 | ||
size: 178, 164 | ||
orig: 178, 164 | ||
offset: 0, 0 | ||
index: -1 | ||
font-button-export | ||
rotate: false | ||
xy: 1, 180 | ||
size: 139, 139 | ||
orig: 139, 139 | ||
offset: 0, 0 | ||
index: -1 | ||
font-export | ||
rotate: false | ||
xy: 1, 90 | ||
size: 88, 88 | ||
orig: 88, 88 | ||
offset: 0, 0 | ||
index: -1 | ||
font-title-export | ||
rotate: false | ||
xy: 264, 262 | ||
size: 247, 249 | ||
orig: 247, 249 | ||
offset: 0, 0 | ||
index: -1 | ||
list | ||
rotate: false | ||
xy: 142, 280 | ||
size: 39, 39 | ||
split: 1, 1, 1, 1 | ||
pad: 2, 2, 2, 2 | ||
orig: 39, 39 | ||
offset: 0, 0 | ||
index: -1 | ||
radio-pressed | ||
rotate: false | ||
xy: 183, 252 | ||
size: 29, 24 | ||
orig: 29, 24 | ||
offset: 0, 0 | ||
index: -1 | ||
scrollbar | ||
rotate: false | ||
xy: 161, 182 | ||
size: 10, 10 | ||
orig: 10, 10 | ||
offset: 0, 0 | ||
index: -1 | ||
scrollbar-android | ||
rotate: false | ||
xy: 1, 1 | ||
size: 3, 3 | ||
orig: 3, 3 | ||
offset: 0, 0 | ||
index: -1 | ||
select-box | ||
rotate: false | ||
xy: 181, 330 | ||
size: 39, 20 | ||
split: 4, 15, 4, 4 | ||
pad: 2, 16, 2, 2 | ||
orig: 39, 20 | ||
offset: 0, 0 | ||
index: -1 | ||
select-box-pressed | ||
rotate: false | ||
xy: 142, 258 | ||
size: 39, 20 | ||
split: 4, 15, 4, 4 | ||
pad: 2, 16, 2, 2 | ||
orig: 39, 20 | ||
offset: 0, 0 | ||
index: -1 | ||
slider-fancy | ||
rotate: false | ||
xy: 1, 500 | ||
size: 261, 11 | ||
orig: 261, 11 | ||
offset: 0, 0 | ||
index: -1 | ||
slider-fancy-knob | ||
rotate: false | ||
xy: 1, 487 | ||
size: 261, 11 | ||
orig: 261, 11 | ||
offset: 0, 0 | ||
index: -1 | ||
slider-horizontal | ||
rotate: false | ||
xy: 142, 181 | ||
size: 17, 11 | ||
split: 4, 4, 0, 0 | ||
pad: 0, 0, 0, 0 | ||
orig: 17, 11 | ||
offset: 0, 0 | ||
index: -1 | ||
slider-knob | ||
rotate: false | ||
xy: 214, 267 | ||
size: 18, 18 | ||
orig: 18, 18 | ||
offset: 0, 0 | ||
index: -1 | ||
slider-vertical | ||
rotate: false | ||
xy: 247, 399 | ||
size: 11, 17 | ||
split: 0, 0, 4, 4 | ||
pad: 0, 0, 0, 0 | ||
orig: 11, 17 | ||
offset: 0, 0 | ||
index: -1 | ||
splitpane-horizontal | ||
rotate: false | ||
xy: 85, 77 | ||
size: 4, 11 | ||
split: 1, 1, 1, 1 | ||
pad: 0, 0, 0, 0 | ||
orig: 4, 11 | ||
offset: 0, 0 | ||
index: -1 | ||
splitpane-vertical | ||
rotate: false | ||
xy: 214, 261 | ||
size: 11, 4 | ||
split: 1, 1, 1, 1 | ||
pad: 0, 0, 0, 0 | ||
orig: 11, 4 | ||
offset: 0, 0 | ||
index: -1 | ||
textfield | ||
rotate: false | ||
xy: 142, 226 | ||
size: 30, 30 | ||
split: 4, 4, 4, 4 | ||
pad: 4, 4, 1, 1 | ||
orig: 30, 30 | ||
offset: 0, 0 | ||
index: -1 | ||
tooltip | ||
rotate: false | ||
xy: 181, 352 | ||
size: 64, 64 | ||
split: 13, 13, 12, 12 | ||
pad: 10, 10, 10, 10 | ||
orig: 64, 64 | ||
offset: 0, 0 | ||
index: -1 | ||
touchpad | ||
rotate: false | ||
xy: 1, 6 | ||
size: 82, 82 | ||
orig: 82, 82 | ||
offset: 0, 0 | ||
index: -1 | ||
touchpad-knob | ||
rotate: false | ||
xy: 142, 194 | ||
size: 30, 30 | ||
orig: 30, 30 | ||
offset: 0, 0 | ||
index: -1 | ||
tree-minus | ||
rotate: false | ||
xy: 214, 307 | ||
size: 22, 17 | ||
orig: 22, 17 | ||
offset: 0, 0 | ||
index: -1 | ||
tree-plus | ||
rotate: false | ||
xy: 214, 287 | ||
size: 21, 18 | ||
orig: 21, 18 | ||
offset: 0, 0 | ||
index: -1 | ||
white | ||
rotate: false | ||
xy: 91, 89 | ||
size: 1, 1 | ||
orig: 1, 1 | ||
offset: 0, 0 | ||
index: -1 | ||
window | ||
rotate: false | ||
xy: 181, 418 | ||
size: 76, 67 | ||
split: 2, 2, 32, 2 | ||
pad: 2, 2, 34, 2 | ||
orig: 76, 67 | ||
offset: 0, 0 | ||
index: -1 |
Oops, something went wrong.