Skip to content

Commit

Permalink
Added particle and text examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 14, 2017
1 parent 26acaf7 commit 364c888
Show file tree
Hide file tree
Showing 14 changed files with 1,126 additions and 282 deletions.
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.
26 changes: 26 additions & 0 deletions adventure-test-project/IMAGES-RAW/particles/pack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
pot: false,
paddingX: 2,
paddingY: 2,
duplicatePadding: true,
edgePadding: true,
rotation: false,
minWidth: 16,
minHeight: 16,
maxWidth: 4096,
maxHeight: 4096,
stripWhitespaceX: true,
stripWhitespaceY: true,
alphaThreshold: 0,
filterMin: Linear,
filterMag: Linear,
wrapX: ClampToEdge,
wrapY: ClampToEdge,
format: RGBA8888,
alias: true,
outputFormat: png,
jpegQuality: 0.9,
ignoreBlankImages: true,
fast: false,
debug: false,
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions adventure-test-project/android/assets/BladeEngine.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Fri Dec 30 08:53:21 CET 2016
#Tue Feb 14 10:46:37 CET 2017
roboVMVersion=2.3.0
debug=false
gdxVersion=1.9.5
fast_leave=true
bladeEngineVersion=1.1.1-SNAPSHOT
bladeEngineVersion=1.1.2-SNAPSHOT
version=unspecified
title=Blade Engine Adventure
ui_mode=PIE
Expand Down
27 changes: 27 additions & 0 deletions adventure-test-project/android/assets/atlases/1/particles.atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

particles.png
size: 311,254
format: RGBA8888
filter: Linear,Linear
repeat: none
fire
rotate: false
xy: 1, 1
size: 265, 252
orig: 265, 252
offset: 0, 0
index: -1
glow
rotate: false
xy: 268, 211
size: 42, 42
orig: 42, 42
offset: 0, 0
index: -1
rainDrop
rotate: false
xy: 268, 181
size: 13, 28
orig: 13, 28
offset: 0, 0
index: -1
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 364c888

Please sign in to comment.