Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
18311301c4 |
5
.gitignore
vendored
@ -7,7 +7,6 @@
|
||||
## Build generated
|
||||
build/
|
||||
DerivedData/
|
||||
.idea/
|
||||
|
||||
## Various settings
|
||||
*.pbxuser
|
||||
@ -75,6 +74,4 @@ iOSInjectionProject/
|
||||
/windows/DoubleHitBalls-win/DoubleHitBalls-win/progress.txt
|
||||
/windows/DoubleHitBalls-win/DoubleHitBalls-win/resources
|
||||
*.db
|
||||
*.opendb
|
||||
/proj.android-studio/app/release/
|
||||
assets/levels/user_progress.json
|
||||
*.opendb
|
@ -1,29 +0,0 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<Objective-C-extensions>
|
||||
<file>
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" />
|
||||
</file>
|
||||
<class>
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" />
|
||||
</class>
|
||||
<extensions>
|
||||
<pair source="cpp" header="h" fileNamingConvention="NONE" />
|
||||
<pair source="c" header="h" fileNamingConvention="NONE" />
|
||||
</extensions>
|
||||
</Objective-C-extensions>
|
||||
</code_scheme>
|
||||
</component>
|
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="FacetManager">
|
||||
<facet type="android" name="Android">
|
||||
<configuration>
|
||||
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/../../double-hit-balls/gen" />
|
||||
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/../../double-hit-balls/gen" />
|
||||
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/../../double-hit-balls/AndroidManifest.xml" />
|
||||
<option name="RES_FOLDER_RELATIVE_PATH" value="/../../double-hit-balls/res" />
|
||||
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/../../double-hit-balls/assets" />
|
||||
<option name="LIBS_FOLDER_RELATIVE_PATH" value="/../../double-hit-balls/libs" />
|
||||
<option name="PROGUARD_LOGS_FOLDER_RELATIVE_PATH" value="/../../double-hit-balls/proguard_logs" />
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/double-hit-balls.iml" filepath="$PROJECT_DIR$/.idea/double-hit-balls.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
BIN
assets/back_btn.png
Executable file
After Width: | Height: | Size: 6.6 KiB |
84
assets/galaxy_ptree.json
Executable file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"Space":[
|
||||
{
|
||||
"name": "galaxy_0",
|
||||
"position":{
|
||||
"x_coord": 0.0,
|
||||
"y_coord": 0.0
|
||||
},
|
||||
"texture": "galaxy_0.png",
|
||||
"scale": 1.2,
|
||||
"Stars": [
|
||||
{
|
||||
"name": "star_0_0",
|
||||
"position": {
|
||||
"x_coord": -0.45,
|
||||
"y_coord": 0.45
|
||||
},
|
||||
"texture": "star_0_0.png",
|
||||
"scale": 0.1,
|
||||
"levels": [
|
||||
{
|
||||
"name": "level1"
|
||||
},
|
||||
{
|
||||
"name": "level2"
|
||||
},
|
||||
{
|
||||
"name": "level3"
|
||||
},
|
||||
{
|
||||
"name": "level4"
|
||||
},
|
||||
{
|
||||
"name": "level5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_1",
|
||||
"position": {
|
||||
"x_coord": 0.28,
|
||||
"y_coord": 0.31
|
||||
},
|
||||
"texture": "star_0_1.png",
|
||||
"scale": 0.18,
|
||||
"levels": [
|
||||
{
|
||||
"name": "level6"
|
||||
},
|
||||
{
|
||||
"name": "level7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_2",
|
||||
"position": {
|
||||
"x_coord": 0.35,
|
||||
"y_coord": -0.25
|
||||
},
|
||||
"texture": "star_0_2.png",
|
||||
"scale": 0.12,
|
||||
"levels": [
|
||||
{
|
||||
"name": "level8"
|
||||
},
|
||||
{
|
||||
"name": "level9"
|
||||
},
|
||||
{
|
||||
"name": "level10"
|
||||
},
|
||||
{
|
||||
"name": "level11"
|
||||
},
|
||||
{
|
||||
"name": "level12"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
{
|
||||
"widgets": [
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "gameFrame",
|
||||
"background": "#00000000",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"visible": 1,
|
||||
"touchTransparency": 1,
|
||||
"marginTop": 20,
|
||||
"horizontalAlignment": "HA_CENTER",
|
||||
"verticalAlignment": "VA_TOP",
|
||||
"children" : [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "pauseButton",
|
||||
"width": 128,
|
||||
"height": 64,
|
||||
"background": "back_btn.png"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type": "VerticalLinearLayout",
|
||||
"name": "buttonList",
|
||||
"background": "#00000000",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"touchTransparency": 0,
|
||||
"visible": 0,
|
||||
"zLevel": 10,
|
||||
"marginLeft" : 0,
|
||||
"itemSpacing": 20,
|
||||
"horizontalAlignment": "HA_LEFT",
|
||||
"verticalAlignment": "VA_BOTTOM",
|
||||
"children" : [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "exitButton",
|
||||
"width": 128,
|
||||
"height": 128,
|
||||
"background": "slide_up_btn.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "resumeButton",
|
||||
"width": 128,
|
||||
"height": 128,
|
||||
"background": "tap_to_continue_btn.png"
|
||||
}]
|
||||
}]
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
{
|
||||
"widgets": [{
|
||||
"type": "FrameLayout",
|
||||
"name": "Loading",
|
||||
"background": "#000000FF",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"horizontalAlignment": "HA_CENTER",
|
||||
"verticalAlignment": "VA_CENTER",
|
||||
"children": [
|
||||
{
|
||||
"type": "VerticalLinearLayout",
|
||||
"name": "holder",
|
||||
"background": "#000000FF",
|
||||
"width": "wrap_content",
|
||||
"height": "wrap_content",
|
||||
"children":[{
|
||||
"type": "ImageView",
|
||||
"name": "logo",
|
||||
"height" : "400",
|
||||
"width" : "400",
|
||||
"background": "logo.png"
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
}
|
@ -1,206 +1,23 @@
|
||||
{
|
||||
"widgets": [{
|
||||
"type": "FrameLayout",
|
||||
"name": "modal_background",
|
||||
"background": "#80808080",
|
||||
"name": "menu_background",
|
||||
"background": "#00000000",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"visible" : 0,
|
||||
"touchTransparency": 0,
|
||||
"horizontalAlignment": "HA_CENTER",
|
||||
"verticalAlignment": "VA_CENTER",
|
||||
"children": [{
|
||||
"type": "VerticalScrollLayout",
|
||||
"name": "panel",
|
||||
"background": "#faf0ffFF",
|
||||
"borderType": "line",
|
||||
"borderColor": "#808080FF",
|
||||
"width": "wrap_content",
|
||||
"height": "match_parent",
|
||||
"touchTransparency": 0,
|
||||
"zLevel": 10,
|
||||
"marginTop" : 0,
|
||||
"marginBottom" : 0,
|
||||
"paddingTop": 10,
|
||||
"paddingBottom": 10,
|
||||
"paddingLeft": 10,
|
||||
"paddingRight": 10,
|
||||
"itemSpacing": 20,
|
||||
"children" : [
|
||||
{
|
||||
"type": "HorizontalLinearLayout",
|
||||
"name": "row1",
|
||||
"paddingBottom": 15,
|
||||
"paddingTop": 15,
|
||||
"paddingLeft": 15,
|
||||
"paddingRight": 15,
|
||||
"background": "#faf0ffFF",
|
||||
"borderType": "line",
|
||||
"borderColor": "#808080FF",
|
||||
"width": 454,
|
||||
"height": "wrap_content",
|
||||
"touchTransparency": 0,
|
||||
"itemSpacing": 20,
|
||||
"visible": 1,
|
||||
"children": [{
|
||||
"type": "Button",
|
||||
"name": "button0",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button1",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button2",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type": "HorizontalLinearLayout",
|
||||
"name": "row2",
|
||||
"itemSpacing": 20,
|
||||
"paddingBottom": 15,
|
||||
"paddingTop": 15,
|
||||
"paddingLeft": 15,
|
||||
"paddingRight": 15,
|
||||
"background": "#faf0ffFF",
|
||||
"borderType": "line",
|
||||
"borderColor": "#808080FF",
|
||||
"width": 454,
|
||||
"height": "wrap_content",
|
||||
"touchTransparency": 0,
|
||||
"visible": 1,
|
||||
"children": [{
|
||||
"type": "Button",
|
||||
"name": "button3",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button4",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button5",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type": "HorizontalLinearLayout",
|
||||
"name": "row3",
|
||||
"itemSpacing": 20,
|
||||
"paddingBottom": 15,
|
||||
"paddingTop": 15,
|
||||
"paddingLeft": 15,
|
||||
"paddingRight": 15,
|
||||
"background": "#faf0ffFF",
|
||||
"borderType": "line",
|
||||
"borderColor": "#808080FF",
|
||||
"width": 454,
|
||||
"height": "wrap_content",
|
||||
"touchTransparency": 1,
|
||||
"visible": 1,
|
||||
"children": [{
|
||||
"type": "Button",
|
||||
"name": "button6",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button7",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button8",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type": "HorizontalLinearLayout",
|
||||
"name": "row4",
|
||||
"itemSpacing": 20,
|
||||
"paddingBottom": 15,
|
||||
"paddingTop": 15,
|
||||
"paddingLeft": 15,
|
||||
"paddingRight": 15,
|
||||
"background": "#faf0ffFF",
|
||||
"borderType": "line",
|
||||
"borderColor": "#808080FF",
|
||||
"width": 454,
|
||||
"height": "wrap_content",
|
||||
"touchTransparency": 0,
|
||||
"visible": 1,
|
||||
"children": [{
|
||||
"type": "Button",
|
||||
"name": "button9",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button10",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "button11",
|
||||
"width": 128,
|
||||
"height": 80,
|
||||
"background": "#00000000",
|
||||
"pressedDrawable": "#60606060",
|
||||
"hoverDrawable": "#60606060"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
|
||||
]
|
||||
"type": "FrameLayout",
|
||||
"name": "stars_plane",
|
||||
"background": "#00000000",
|
||||
"width": "wrap_content",
|
||||
"height": "wrap_content",
|
||||
"children": [{
|
||||
"type": "ImageView",
|
||||
"name": "galaxy",
|
||||
"background": "024863276-illustration-spiral-galaxy-vec.png",
|
||||
"width": 700,
|
||||
"height": 480
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
022259762-alien-world.jpg
|
||||
0, 255, 255, 255
|
||||
0, 0, 0, 255
|
||||
255, 0, 0, 255
|
||||
@ -19,14 +18,14 @@ Colormap
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
@ -1,4 +1,3 @@
|
||||
shutterstock10.png
|
||||
0, 255, 255, 255
|
||||
0, 0, 0, 255
|
||||
255, 0, 190, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock11.png
|
||||
255, 255, 255, 255
|
||||
0, 0, 0, 255
|
||||
0, 237, 255, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock12.png
|
||||
255, 128, 128, 255
|
||||
0, 0, 0, 255
|
||||
159, 240, 255, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock2.png
|
||||
255, 0, 0, 255
|
||||
0, 0, 0, 255
|
||||
0, 255, 255, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock3.png
|
||||
0, 255, 255, 255
|
||||
0, 0, 0, 255
|
||||
0, 151, 113, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock4.png
|
||||
255, 0, 0, 255
|
||||
0, 0, 0, 255
|
||||
101, 97, 255, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock5.png
|
||||
255, 0, 255, 255
|
||||
0, 0, 0, 255
|
||||
163, 255, 198, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock6.png
|
||||
255, 255, 255, 255
|
||||
0, 0, 0, 255
|
||||
255, 200, 5, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock7.png
|
||||
255, 255, 0, 255
|
||||
0, 0, 0, 255
|
||||
230, 230, 230, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock8.png
|
||||
0, 255, 255, 255
|
||||
0, 0, 0, 255
|
||||
217, 56, 62, 255
|
@ -1,4 +1,3 @@
|
||||
shutterstock9.png
|
||||
0, 255, 0, 255
|
||||
0, 0, 0, 255
|
||||
255, 221, 0, 255
|
Before Width: | Height: | Size: 776 KiB After Width: | Height: | Size: 776 KiB |
Before Width: | Height: | Size: 818 KiB After Width: | Height: | Size: 818 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 4.2 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 754 KiB After Width: | Height: | Size: 754 KiB |
Before Width: | Height: | Size: 811 KiB After Width: | Height: | Size: 811 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 739 KiB After Width: | Height: | Size: 739 KiB |
Before Width: | Height: | Size: 725 KiB After Width: | Height: | Size: 725 KiB |
Before Width: | Height: | Size: 390 KiB After Width: | Height: | Size: 390 KiB |
Before Width: | Height: | Size: 840 KiB After Width: | Height: | Size: 840 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 5.5 MiB After Width: | Height: | Size: 5.5 MiB |
Before Width: | Height: | Size: 9.2 MiB After Width: | Height: | Size: 9.2 MiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 222 KiB |
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
@ -1,2 +0,0 @@
|
||||
These files are made special for debugging, as they are smaller and their width and height are power of two,
|
||||
so then they are being loading, it doesn't call TTextureListClass::NormalizeTexData(), which is very slow in debugging.
|
Before Width: | Height: | Size: 480 KiB |
Before Width: | Height: | Size: 362 KiB |
Before Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 370 KiB |
Before Width: | Height: | Size: 464 KiB |
Before Width: | Height: | Size: 532 KiB |
Before Width: | Height: | Size: 611 KiB |
Before Width: | Height: | Size: 509 KiB |
Before Width: | Height: | Size: 503 KiB |
Before Width: | Height: | Size: 553 KiB |
Before Width: | Height: | Size: 597 KiB |
Before Width: | Height: | Size: 474 KiB |
@ -1,748 +0,0 @@
|
||||
{
|
||||
"Space":[
|
||||
{
|
||||
"name": "galaxy_0",
|
||||
"position":{
|
||||
"x_coord": 0.0,
|
||||
"y_coord": 0.0
|
||||
},
|
||||
"texture": "galaxy_0.png",
|
||||
"scale": 1,
|
||||
"Stars": [
|
||||
{
|
||||
"name": "star2",
|
||||
"position": {
|
||||
"x_coord": -0.45,
|
||||
"y_coord": 0.45
|
||||
},
|
||||
"texture": "galax_menu/planets/star_0_0.png",
|
||||
"scale": 0.1,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star0/star0_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star0/star0_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_1",
|
||||
"position": {
|
||||
"x_coord": 0.28,
|
||||
"y_coord": 0.31
|
||||
},
|
||||
"texture": "galax_menu/planets/star_0_1.png",
|
||||
"scale": 0.18,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star1/star1_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star1/star1_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_2",
|
||||
"position": {
|
||||
"x_coord": 0.35,
|
||||
"y_coord": -0.25
|
||||
},
|
||||
"texture": "galax_menu/planets/star_0_2.png",
|
||||
"scale": 0.12,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star2/star2_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star2/star2_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_3",
|
||||
"position": {
|
||||
"x_coord": -0.0,
|
||||
"y_coord": 0.55
|
||||
},
|
||||
"texture": "levels/star3/star-flare-3.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star3/star3_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star3/star3_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_4",
|
||||
"position": {
|
||||
"x_coord": 0.67,
|
||||
"y_coord": 0.0
|
||||
},
|
||||
"texture": "levels/star4/star-flare-4.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star4/star4_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star4/star4_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_5",
|
||||
"position": {
|
||||
"x_coord": 0.6,
|
||||
"y_coord": -0.25
|
||||
},
|
||||
"texture": "levels/star5/star-flare-5.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star5/star5_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star5/star5_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_6",
|
||||
"position": {
|
||||
"x_coord": 0.58,
|
||||
"y_coord": -0.55
|
||||
},
|
||||
"texture": "levels/star6/star-flare-6.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star6/star6_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star6/star6_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_7",
|
||||
"position": {
|
||||
"x_coord": 0.0,
|
||||
"y_coord": -0.5
|
||||
},
|
||||
"texture": "levels/star7/star-flare-7.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star7/star7_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star7/star7_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_8",
|
||||
"position": {
|
||||
"x_coord": -0.46,
|
||||
"y_coord": -0.26
|
||||
},
|
||||
"texture": "levels/star8/star-flare-8.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star8/star8_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star8/star8_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_9",
|
||||
"position": {
|
||||
"x_coord": -0.65,
|
||||
"y_coord": 0.15
|
||||
},
|
||||
"texture": "levels/star9/star-flare-9.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star9/star9_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star9/star9_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_10",
|
||||
"position": {
|
||||
"x_coord": -0.22,
|
||||
"y_coord": 0.35
|
||||
},
|
||||
"texture": "levels/star10/star-flare-10.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star10/star10_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star10/star10_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_11",
|
||||
"position": {
|
||||
"x_coord": 0.42,
|
||||
"y_coord": 0.09
|
||||
},
|
||||
"texture": "levels/star11/star-flare-11.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star11/star11_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star11/star11_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_12",
|
||||
"position": {
|
||||
"x_coord": 0.16,
|
||||
"y_coord": -0.05
|
||||
},
|
||||
"texture": "levels/star12/star-flare-12.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star12/star12_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star12/star12_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_13",
|
||||
"position": {
|
||||
"x_coord": -0.07,
|
||||
"y_coord": -0.14
|
||||
},
|
||||
"texture": "levels/star13/star-flare-13.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star13/star13_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star13/star13_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_14",
|
||||
"position": {
|
||||
"x_coord": -0.25,
|
||||
"y_coord": -0.0
|
||||
},
|
||||
"texture": "levels/star14/star-flare-14.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star14/star14_level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/star14/star14_level12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_15",
|
||||
"position": {
|
||||
"x_coord": 0.0,
|
||||
"y_coord": 0.3
|
||||
},
|
||||
"texture": "levels/star15/star-flare-15.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star15/star15_level1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_16",
|
||||
"position": {
|
||||
"x_coord": -0.03,
|
||||
"y_coord": 0.07
|
||||
},
|
||||
"texture": "levels/star16/star-flare-16.png",
|
||||
"scale": 0.15,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/star16/star16_level1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,108 +0,0 @@
|
||||
{
|
||||
"Space":[
|
||||
{
|
||||
"name": "galaxy_0",
|
||||
"position":{
|
||||
"x_coord": 0.0,
|
||||
"y_coord": 0.0
|
||||
},
|
||||
"texture": "galaxy_0.png",
|
||||
"scale": 1.2,
|
||||
"Stars": [
|
||||
{
|
||||
"name": "star_0_0",
|
||||
"position": {
|
||||
"x_coord": -0.45,
|
||||
"y_coord": 0.45
|
||||
},
|
||||
"texture": "galax_menu/planets/star_0_0.png",
|
||||
"scale": 0.1,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/old/level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level5"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level1"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level2"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_1",
|
||||
"position": {
|
||||
"x_coord": 0.28,
|
||||
"y_coord": 0.31
|
||||
},
|
||||
"texture": "galax_menu/planets/star_0_1.png",
|
||||
"scale": 0.18,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/old/level6"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level7"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level3"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level4"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "star_0_2",
|
||||
"position": {
|
||||
"x_coord": 0.35,
|
||||
"y_coord": -0.25
|
||||
},
|
||||
"texture": "galax_menu/planets/star_0_2.png",
|
||||
"scale": 0.12,
|
||||
"levels": [
|
||||
{
|
||||
"name": "levels/old/level8"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level9"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level10"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level11"
|
||||
},
|
||||
{
|
||||
"name": "levels/old/level12"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 19 KiB |
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
333333333333
|
||||
111111111111
|
||||
333333333333
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
002222222200
|
||||
002222222200
|
||||
000222222000
|
||||
000022220000
|
||||
111002200111
|
||||
111100001111
|
||||
011110011110
|
||||
001111111100
|
||||
000111111000
|
||||
000011110000
|
||||
000001100000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
002111111200
|
||||
002211112200
|
||||
000221122000
|
||||
000022220000
|
||||
111002200111
|
||||
221100001122
|
||||
022110011220
|
||||
002211112200
|
||||
000221122000
|
||||
000022220000
|
||||
000002200000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
333333333333
|
||||
333333333333
|
||||
333333333333
|
||||
000000000000
|
||||
222220022222
|
||||
222220022222
|
||||
222220022222
|
||||
000000000000
|
||||
111110011111
|
||||
111110011111
|
||||
111110011111
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111111111111
|
||||
111111111111
|
||||
222222222222
|
||||
000000000000
|
||||
111110011111
|
||||
111110011111
|
||||
222220022222
|
||||
000000000000
|
||||
111110011111
|
||||
111110011111
|
||||
333330033333
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
Brickmap
|
||||
000311113000
|
||||
000311113000
|
||||
333311113333
|
||||
111111111111
|
||||
111111111111
|
||||
222221122222
|
||||
333321123333
|
||||
000321123000
|
||||
000321123000
|
||||
000322223000
|
||||
000333333000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
111111111111
|
||||
222222222222
|
||||
000000000000
|
||||
Brickmap
|
||||
111011110111
|
||||
111011110111
|
||||
222022220222
|
||||
000000000000
|
||||
111011110111
|
||||
222022220222
|
||||
000000000000
|
||||
111000000111
|
||||
222000000222
|
||||
000000000000
|
||||
222222222222
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
000000000000
|
||||
033333333330
|
||||
031111111130
|
||||
031111111130
|
||||
033333333330
|
||||
000000000000
|
||||
033330033330
|
||||
032230032230
|
||||
032230032230
|
||||
033330033330
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000000000000
|
||||
022222222220
|
||||
021111111120
|
||||
021111111120
|
||||
022222222220
|
||||
000000000000
|
||||
022220022220
|
||||
021120021120
|
||||
021120021120
|
||||
022220022220
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
000000333333
|
||||
000003333333
|
||||
000033311111
|
||||
333333133333
|
||||
333331333333
|
||||
333313333333
|
||||
111133311111
|
||||
333333100000
|
||||
333331000000
|
||||
333310000000
|
||||
111100000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000000111111
|
||||
000001111111
|
||||
000011133333
|
||||
111111311111
|
||||
111113111111
|
||||
111131111111
|
||||
333311133333
|
||||
111111300000
|
||||
111113000000
|
||||
111130000000
|
||||
333300000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
000022220000
|
||||
000222222000
|
||||
000022220000
|
||||
111000000111
|
||||
111100001111
|
||||
111110011111
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000033330000
|
||||
000311113000
|
||||
000033330000
|
||||
111000000111
|
||||
111100001111
|
||||
111110011111
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
222222222222
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
000000000000
|
||||
000333000333
|
||||
000333000333
|
||||
000333000333
|
||||
222000222000
|
||||
222000222000
|
||||
222000222000
|
||||
000111000111
|
||||
000111000111
|
||||
000111000111
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000000000000
|
||||
000222000222
|
||||
000212000212
|
||||
000222000222
|
||||
222000222000
|
||||
212000212000
|
||||
222000222000
|
||||
000222000222
|
||||
000212000212
|
||||
000222000222
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
333333333333
|
||||
030030030030
|
||||
030030030030
|
||||
030030030030
|
||||
222222222222
|
||||
020020020020
|
||||
020020020020
|
||||
010010010010
|
||||
010010010010
|
||||
020020020020
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111111111111
|
||||
010010010010
|
||||
010010010010
|
||||
010010010010
|
||||
222222222222
|
||||
010010010010
|
||||
010010010010
|
||||
010010010010
|
||||
010010010010
|
||||
020020020020
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
111111111111
|
||||
111111111111
|
||||
222211112222
|
||||
000211112000
|
||||
000211112000
|
||||
022211112220
|
||||
021111111120
|
||||
021111111120
|
||||
021111111120
|
||||
022222222220
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111111111111
|
||||
111111111111
|
||||
222211112222
|
||||
000211112000
|
||||
000211112000
|
||||
022211112220
|
||||
021111111120
|
||||
021111111120
|
||||
021111111120
|
||||
033333333330
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
022259762-alien-world.jpg
|
||||
255, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
255, 64, 159, 255
|
||||
255, 102, 102, 255
|
||||
236, 0, 236, 255
|
||||
Colormap
|
||||
222220022222
|
||||
222220022222
|
||||
222220022222
|
||||
222220022222
|
||||
000000000000
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111110011111
|
||||
111110011111
|
||||
111110011111
|
||||
222220022222
|
||||
000000000000
|
||||
111111111111
|
||||
333333333333
|
||||
000000000000
|
||||
111111111111
|
||||
222222222222
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
128, 128, 255, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
111111111111
|
||||
111111111111
|
||||
333333333333
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
101010101010
|
||||
010101010101
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
333333333333
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
333333333333
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
222222222222
|
||||
002220000222
|
||||
000022200022
|
||||
000000222002
|
||||
000000002220
|
||||
000000222002
|
||||
000022200022
|
||||
002220000222
|
||||
222222222222
|
||||
000000003330
|
||||
000000003330
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
333333333333
|
||||
333333333333
|
||||
111111111111
|
||||
111111111111
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
111111111111
|
||||
111111111111
|
||||
333333333333
|
||||
333333333333
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000011110000
|
||||
000333333000
|
||||
003333333300
|
||||
011111111110
|
||||
222222222222
|
||||
222000000222
|
||||
222000000222
|
||||
222222222222
|
||||
033333333330
|
||||
001111111100
|
||||
000311113000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
001100001100
|
||||
330033330033
|
||||
330033330033
|
||||
001100001100
|
||||
000000000000
|
||||
222222222222
|
||||
000000000000
|
||||
001100001100
|
||||
330033330033
|
||||
330033330033
|
||||
001100001100
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
001100001100
|
||||
330033330033
|
||||
330033330033
|
||||
001100001100
|
||||
000000000000
|
||||
222222222222
|
||||
000000000000
|
||||
001100001100
|
||||
330033330033
|
||||
330033330033
|
||||
001100001100
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
211111111112
|
||||
222222222222
|
||||
333333333333
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
222011110222
|
||||
100110011001
|
||||
121012210121
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
333333333333
|
||||
222222222222
|
||||
333332233333
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
333333333333
|
||||
333333333333
|
||||
333333333333
|
||||
333333333333
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111100001111
|
||||
022222222220
|
||||
111103301111
|
||||
000022220000
|
||||
000003300000
|
||||
000111111000
|
||||
000111111000
|
||||
222000000222
|
||||
222000000222
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
333333333333
|
||||
111111111111
|
||||
333333333333
|
||||
111111111111
|
||||
333333333333
|
||||
111111111111
|
||||
333333333333
|
||||
111111111111
|
||||
333333333333
|
||||
111111111111
|
||||
333333333333
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
222000000222
|
||||
000222222000
|
||||
000222222000
|
||||
002000000200
|
||||
010000000010
|
||||
100000000001
|
||||
010000000010
|
||||
003300003300
|
||||
003300003300
|
||||
003300003300
|
||||
003300003300
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
000000000000
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
222000000222
|
||||
202000000202
|
||||
222000000222
|
||||
000333333000
|
||||
000111111000
|
||||
000333333000
|
||||
220000000022
|
||||
002200002200
|
||||
000022220000
|
||||
000011110000
|
||||
000011110000
|
||||
000000000000
|
||||
000000000000
|
@ -1,34 +0,0 @@
|
||||
065743048-exoplanet-exploration-3d-rende.jpg
|
||||
0, 255, 0, 255
|
||||
128, 0, 128, 255
|
||||
0, 0, 255, 255
|
||||
230, 0, 115, 255
|
||||
0, 128, 192, 255
|
||||
Colormap
|
||||
333333333333
|
||||
333333333333
|
||||
333333333333
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
222222222222
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
111111111111
|
||||
000000000000
|
||||
000000000000
|
||||
Brickmap
|
||||
111100001111
|
||||
330000000033
|
||||
333000000333
|
||||
000333333000
|
||||
000333333000
|
||||
000111111000
|
||||
000111111000
|
||||
222220022222
|
||||
033300003330
|
||||
022200002220
|
||||
222220022222
|
||||
000000000000
|
||||
000000000000
|