Compare commits
11 Commits
as3_migrat
...
atscript_e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a4cf36c02 | ||
|
|
5886e746b5 | ||
|
|
fc97efdf75 | ||
|
|
0d7ab1a710 | ||
|
|
43e374e5d3 | ||
|
|
05dae1bc74 | ||
|
|
f592207470 | ||
|
|
8a62fb847f | ||
|
|
0028d361c6 | ||
|
|
57a88f437f | ||
|
|
9a8e7d3cb7 |
86
.gitignore
vendored
@@ -1,86 +0,0 @@
|
|||||||
### Android ###
|
|
||||||
# Built application files
|
|
||||||
*.apk
|
|
||||||
*.ap_
|
|
||||||
|
|
||||||
# Files for the ART/Dalvik VM
|
|
||||||
*.dex
|
|
||||||
|
|
||||||
# Java class files
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# Generated files
|
|
||||||
bin/
|
|
||||||
gen/
|
|
||||||
out/
|
|
||||||
|
|
||||||
# Gradle files
|
|
||||||
.gradle/
|
|
||||||
build/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Proguard folder generated by Eclipse
|
|
||||||
proguard/
|
|
||||||
|
|
||||||
# Log Files
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Android Studio Navigation editor temp files
|
|
||||||
.navigation/
|
|
||||||
|
|
||||||
# Android Studio captures folder
|
|
||||||
captures/
|
|
||||||
|
|
||||||
# Built application files
|
|
||||||
/*/build/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
### Gradle ###
|
|
||||||
.gradle
|
|
||||||
/build/
|
|
||||||
|
|
||||||
# Ignore Gradle GUI config
|
|
||||||
gradle-app.setting
|
|
||||||
|
|
||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
||||||
!gradle-wrapper.jar
|
|
||||||
|
|
||||||
# Cache of project
|
|
||||||
.gradletasknamecache
|
|
||||||
|
|
||||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
|
||||||
# gradle/wrapper/gradle-wrapper.properties
|
|
||||||
|
|
||||||
# Signing files
|
|
||||||
.signing/*.keystore
|
|
||||||
!.signing/debug.keystore
|
|
||||||
|
|
||||||
# User-specific configurations
|
|
||||||
.idea/libraries/
|
|
||||||
.idea/workspace.xml
|
|
||||||
.idea/tasks.xml
|
|
||||||
.idea/.name
|
|
||||||
.idea/compiler.xml
|
|
||||||
.idea/copyright/profiles_settings.xml
|
|
||||||
.idea/encodings.xml
|
|
||||||
.idea/misc.xml
|
|
||||||
.idea/modules.xml
|
|
||||||
.idea/scopes/scope_settings.xml
|
|
||||||
.idea/caches/build_file_checksums.ser
|
|
||||||
.idea/caches/gradle_models.ser
|
|
||||||
.idea/vcs.xml
|
|
||||||
.idea/assetWizardSettings.xml
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
# OS-specific files
|
|
||||||
.DS_Store
|
|
||||||
.DS_Store?
|
|
||||||
._*
|
|
||||||
.Spotlight-V100
|
|
||||||
.Trashes
|
|
||||||
ehthumbs.db
|
|
||||||
Thumbs.db
|
|
||||||
14
.idea/assetWizardSettings.xml
generated
@@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="WizardSettings">
|
|
||||||
<option name="children">
|
|
||||||
<map>
|
|
||||||
<entry key="imageWizard">
|
|
||||||
<value>
|
|
||||||
<PersistentState />
|
|
||||||
</value>
|
|
||||||
</entry>
|
|
||||||
</map>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
29
.idea/codeStyles/Project.xml
generated
@@ -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>
|
|
||||||
15
.idea/gradle.xml
generated
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="GradleSettings">
|
|
||||||
<option name="linkedExternalProjectsSettings">
|
|
||||||
<GradleProjectSettings>
|
|
||||||
<compositeConfiguration>
|
|
||||||
<compositeBuild compositeDefinitionSource="SCRIPT" />
|
|
||||||
</compositeConfiguration>
|
|
||||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
||||||
<option name="resolveModulePerSourceSet" value="false" />
|
|
||||||
</GradleProjectSettings>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
12
.idea/runConfigurations.xml
generated
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="RunConfigurationProducerService">
|
|
||||||
<option name="ignoredProducers">
|
|
||||||
<set>
|
|
||||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
|
|
||||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
|
|
||||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
|
|
||||||
</set>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
9
AndorsTrail/.classpath
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="src" path="gen"/>
|
||||||
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||||
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
|
</classpath>
|
||||||
16
AndorsTrail/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Android ignores
|
||||||
|
gen/
|
||||||
|
bin/
|
||||||
|
target/
|
||||||
|
local.properties
|
||||||
|
|
||||||
|
#IntelliJ
|
||||||
|
.idea/
|
||||||
|
out/production/
|
||||||
|
out/test/
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
|
||||||
|
# Other
|
||||||
|
.metadata
|
||||||
|
.svn/
|
||||||
33
AndorsTrail/.project
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>AndorsTrail</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
||||||
36
AndorsTrail/AndorsTrail.iml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="EclipseModuleManager" forced_jdk="true">
|
||||||
|
<conelement value="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
|
||||||
|
<conelement value="com.android.ide.eclipse.adt.LIBRARIES" />
|
||||||
|
<src_description expected_position="1">
|
||||||
|
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
|
||||||
|
<src_folder value="file://$MODULE_DIR$/gen" expected_position="1" />
|
||||||
|
</src_description>
|
||||||
|
</component>
|
||||||
|
<component name="FacetManager">
|
||||||
|
<facet type="android" name="Android">
|
||||||
|
<configuration />
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
||||||
|
<output url="file://$MODULE_DIR$/bin/classes" />
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="module-library">
|
||||||
|
<library>
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MODULE_DIR$/libs/android-support-v4.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</orderEntry>
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
|
|
||||||
65
AndorsTrail/AndroidManifest.xml
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<manifest
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.gpl.rpg.AndorsTrail"
|
||||||
|
android:versionCode="40"
|
||||||
|
android:versionName="0.7.1dev"
|
||||||
|
android:installLocation="auto"
|
||||||
|
>
|
||||||
|
<uses-sdk
|
||||||
|
android:minSdkVersion="4"
|
||||||
|
android:targetSdkVersion="17"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<supports-screens
|
||||||
|
android:smallScreens="true"
|
||||||
|
android:normalScreens="true"
|
||||||
|
android:largeScreens="true"
|
||||||
|
android:xlargeScreens="true"
|
||||||
|
android:anyDensity="true"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<uses-permission
|
||||||
|
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<application
|
||||||
|
android:name=".AndorsTrailApplication"
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:icon="@drawable/icon"
|
||||||
|
android:description="@string/app_description"
|
||||||
|
android:allowBackup="true"
|
||||||
|
>
|
||||||
|
<activity
|
||||||
|
android:name=".activity.StartScreenActivity"
|
||||||
|
android:clearTaskOnLaunch="true"
|
||||||
|
>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
<activity
|
||||||
|
android:name=".activity.MainActivity"
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:theme="@style/Theme.NoBackground"
|
||||||
|
/>
|
||||||
|
<activity android:name=".activity.HeroinfoActivity" />
|
||||||
|
<activity android:name=".activity.MonsterInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.ItemInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.LevelUpActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.ConversationActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.ShopActivity" />
|
||||||
|
<activity android:name=".activity.AboutActivity" />
|
||||||
|
<activity android:name=".activity.LoadingActivity" />
|
||||||
|
<activity android:name=".activity.Preferences" />
|
||||||
|
<activity android:name=".activity.LoadSaveActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.BulkSelectionInterface" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.SkillInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||||
|
<activity android:name=".activity.DisplayWorldMapActivity" />
|
||||||
|
</application>
|
||||||
|
|
||||||
|
</manifest>
|
||||||
0
app/src/main/assets/translation/createMo.sh → AndorsTrail/assets/translation/createMo.sh
Normal file → Executable file
10387
AndorsTrail/assets/translation/de.po
Normal file
26565
AndorsTrail/assets/translation/english.pot
Normal file
158
AndorsTrail/assets/translation/es.po
Normal file
@@ -0,0 +1,158 @@
|
|||||||
|
# Spanish translation for andors-trail
|
||||||
|
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
|
||||||
|
# This file is distributed under the same license as the andors-trail package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: andors-trail\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: Sat Oct 26 09:46:51 CEST 2013\n"
|
||||||
|
"PO-Revision-Date: 2013-10-26 08:31+0000\n"
|
||||||
|
"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
|
||||||
|
"Language-Team: Spanish <es@li.org>\n"
|
||||||
|
"Language: es\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-10-26 09:04+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16810)\n"
|
||||||
|
|
||||||
|
#: [none]
|
||||||
|
msgid "translator-credits"
|
||||||
|
msgstr ""
|
||||||
|
"Launchpad Contributions:\n"
|
||||||
|
" Julian Lamus https://launchpad.net/~lamusj\n"
|
||||||
|
" Miguel de Dios https://launchpad.net/~tres-14159"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:contagion
|
||||||
|
msgid "Insect contagion"
|
||||||
|
msgstr "Insectos Contagioso"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:stunned
|
||||||
|
msgid "Stunned"
|
||||||
|
msgstr "Aturdido"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:concussion
|
||||||
|
msgid "Concussion"
|
||||||
|
msgstr "Conmoción cerebral"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:crit1
|
||||||
|
msgid "Internal bleeding"
|
||||||
|
msgstr "Hemorragia interna"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:crit2
|
||||||
|
msgid "Fracture"
|
||||||
|
msgstr "Fractura"
|
||||||
|
|
||||||
|
#: actorconditions_v0612_2.json:foodp
|
||||||
|
msgid "Food-poisoning"
|
||||||
|
msgstr "Comida Envenenada"
|
||||||
|
|
||||||
|
#: actorconditions_v069.json:bless
|
||||||
|
msgid "Bless"
|
||||||
|
msgstr "Bendecir"
|
||||||
|
|
||||||
|
#: actorconditions_v069.json:str
|
||||||
|
msgid "Strength"
|
||||||
|
msgstr "Fuerza"
|
||||||
|
|
||||||
|
#: actorconditions_v069_bwm.json:fatigue_minor
|
||||||
|
msgid "Minor fatigue"
|
||||||
|
msgstr "Fatiga Menor"
|
||||||
|
|
||||||
|
#: actorconditions_v070.json:regen2
|
||||||
|
msgid "Regeneration"
|
||||||
|
msgstr "Regeneración"
|
||||||
|
|
||||||
|
#: conversationlist_wrye.json:wrye_resolved_11
|
||||||
|
msgid "Oh my poor boy."
|
||||||
|
msgstr "Oh mi pobre niño"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:2hsword
|
||||||
|
msgid "Two-handed sword"
|
||||||
|
msgstr "Espada de dos manos"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:animal
|
||||||
|
msgid "Animal part"
|
||||||
|
msgstr "Partes de Animales"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:axe
|
||||||
|
msgid "Axe"
|
||||||
|
msgstr "Hacha"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:axe2h
|
||||||
|
msgid "Greataxe"
|
||||||
|
msgstr "Gran hacha"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:bdy_hide
|
||||||
|
msgid "Hide armor"
|
||||||
|
msgstr "Ocultar armadura"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:bsword
|
||||||
|
msgid "Broadsword"
|
||||||
|
msgstr "Sable"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:buckler
|
||||||
|
msgid "Buckler"
|
||||||
|
msgstr "Escudo"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:dagger
|
||||||
|
msgid "Dagger"
|
||||||
|
msgstr "Puñal"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:drink
|
||||||
|
msgid "Drink"
|
||||||
|
msgstr "Bebida"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:flask
|
||||||
|
msgid "Liquid container"
|
||||||
|
msgstr "Recipiente de líquido"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:gem
|
||||||
|
msgid "Gem"
|
||||||
|
msgstr "Gemas"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:hammer
|
||||||
|
msgid "Warhammer"
|
||||||
|
msgstr "Martillo de guerra"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:hammer2h itemlist_weapons.json:hammer1
|
||||||
|
msgid "Giant hammer"
|
||||||
|
msgstr "Martillo Gigante"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:lsword
|
||||||
|
msgid "Longsword"
|
||||||
|
msgstr "Espada Larga"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:mace
|
||||||
|
msgid "Mace"
|
||||||
|
msgstr "Maza"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:money
|
||||||
|
msgid "Money"
|
||||||
|
msgstr "Dinero"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:pot
|
||||||
|
msgid "Potion"
|
||||||
|
msgstr "Poción"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:rapier
|
||||||
|
msgid "Rapier"
|
||||||
|
msgstr "Estoque"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_hv
|
||||||
|
msgid "Shield, metal (heavy)"
|
||||||
|
msgstr "Escudo de Metal (Pesado)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_li
|
||||||
|
msgid "Shield, metal (light)"
|
||||||
|
msgstr "Escudo, metal (ligero)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_twr
|
||||||
|
msgid "Tower shield"
|
||||||
|
msgstr "Torre escudo"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:ssword
|
||||||
|
msgid "Shortsword"
|
||||||
|
msgstr "Espada Corta"
|
||||||
10240
AndorsTrail/assets/translation/fr.po
Normal file
97
AndorsTrail/assets/translation/id.po
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
# Indonesian translation for andors-trail
|
||||||
|
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
|
||||||
|
# This file is distributed under the same license as the andors-trail package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: andors-trail\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: Sat Oct 26 09:46:51 CEST 2013\n"
|
||||||
|
"PO-Revision-Date: 2013-10-26 08:31+0000\n"
|
||||||
|
"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
|
||||||
|
"Language-Team: Indonesian <id@li.org>\n"
|
||||||
|
"Language: id\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-10-26 09:06+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16810)\n"
|
||||||
|
|
||||||
|
#: [none]
|
||||||
|
msgid "translator-credits"
|
||||||
|
msgstr ""
|
||||||
|
"Launchpad Contributions:\n"
|
||||||
|
" Noza Putra Pratama https://launchpad.net/~mas-noza"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:2hsword
|
||||||
|
msgid "Two-handed sword"
|
||||||
|
msgstr "Pedang dua tangan"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:axe
|
||||||
|
msgid "Axe"
|
||||||
|
msgstr "Kapak"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:bsword
|
||||||
|
msgid "Broadsword"
|
||||||
|
msgstr "Pedang"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:buckler
|
||||||
|
msgid "Buckler"
|
||||||
|
msgstr "Pembelaan"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:club
|
||||||
|
msgid "Club"
|
||||||
|
msgstr "Gada"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:dagger
|
||||||
|
msgid "Dagger"
|
||||||
|
msgstr "Pisau belati"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:hammer
|
||||||
|
msgid "Warhammer"
|
||||||
|
msgstr "Palu"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:hammer2h itemlist_weapons.json:hammer1
|
||||||
|
msgid "Giant hammer"
|
||||||
|
msgstr "Palu Raksasa"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:lsword
|
||||||
|
msgid "Longsword"
|
||||||
|
msgstr "Pedang panjang"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:mace
|
||||||
|
msgid "Mace"
|
||||||
|
msgstr "Lawang"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:rapier
|
||||||
|
msgid "Rapier"
|
||||||
|
msgstr "Pedang tipis"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:scepter
|
||||||
|
msgid "Scepter"
|
||||||
|
msgstr "Tongkat kerajaan"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_hv
|
||||||
|
msgid "Shield, metal (heavy)"
|
||||||
|
msgstr "Tameng, logam (berat)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_li
|
||||||
|
msgid "Shield, metal (light)"
|
||||||
|
msgstr "Tameng, logam (ringan)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_twr
|
||||||
|
msgid "Tower shield"
|
||||||
|
msgstr "Pelindung istana"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_wd_hv
|
||||||
|
msgid "Shield, wood (heavy)"
|
||||||
|
msgstr "Tameng, kayu (berat)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_wd_li
|
||||||
|
msgid "Shield, wood (light)"
|
||||||
|
msgstr "Tameng, kayu (ringan)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:ssword
|
||||||
|
msgid "Shortsword"
|
||||||
|
msgstr "Pedang pendek"
|
||||||
10084
AndorsTrail/assets/translation/it.po
Normal file
1128
AndorsTrail/assets/translation/ja.po
Normal file
49
AndorsTrail/assets/translation/ms.po
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
# Malay translation for andors-trail
|
||||||
|
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
|
||||||
|
# This file is distributed under the same license as the andors-trail package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: andors-trail\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: Sat Oct 26 09:46:51 CEST 2013\n"
|
||||||
|
"PO-Revision-Date: 2013-10-26 08:31+0000\n"
|
||||||
|
"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
|
||||||
|
"Language-Team: Malay <ms@li.org>\n"
|
||||||
|
"Language: ms\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-10-26 09:05+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16810)\n"
|
||||||
|
|
||||||
|
#: [none]
|
||||||
|
msgid "translator-credits"
|
||||||
|
msgstr ""
|
||||||
|
"Launchpad Contributions:\n"
|
||||||
|
" abuyop https://launchpad.net/~abuyop"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:axe
|
||||||
|
msgid "Axe"
|
||||||
|
msgstr "Kapak"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:dagger
|
||||||
|
msgid "Dagger"
|
||||||
|
msgstr "Pisau"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_hv
|
||||||
|
msgid "Shield, metal (heavy)"
|
||||||
|
msgstr "Perisai, logam (berat)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_li
|
||||||
|
msgid "Shield, metal (light)"
|
||||||
|
msgstr "Perisai, logam (ringan)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_wd_hv
|
||||||
|
msgid "Shield, wood (heavy)"
|
||||||
|
msgstr "Perisai, kayu (berat)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_wd_li
|
||||||
|
msgid "Shield, wood (light)"
|
||||||
|
msgstr "Perisai, kayu (ringan)"
|
||||||
8302
AndorsTrail/assets/translation/pl.po
Normal file
1354
AndorsTrail/assets/translation/pt.po
Normal file
21326
AndorsTrail/assets/translation/pt_BR.po
Normal file
0
app/src/main/assets/translation/reformatPo.sh → AndorsTrail/assets/translation/reformatPo.sh
Normal file → Executable file
26748
AndorsTrail/assets/translation/ru.po
Normal file
205
AndorsTrail/assets/translation/sl.po
Normal file
@@ -0,0 +1,205 @@
|
|||||||
|
# Slovenian translation for andors-trail
|
||||||
|
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
|
||||||
|
# This file is distributed under the same license as the andors-trail package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: andors-trail\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: Sat Oct 26 09:46:51 CEST 2013\n"
|
||||||
|
"PO-Revision-Date: 2013-11-03 06:51+0000\n"
|
||||||
|
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
|
||||||
|
"Language-Team: Slovenian <sl@li.org>\n"
|
||||||
|
"Language: sl\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2013-11-03 15:18+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 16820)\n"
|
||||||
|
|
||||||
|
#: [none]
|
||||||
|
msgid "translator-credits"
|
||||||
|
msgstr ""
|
||||||
|
"Launchpad Contributions:\n"
|
||||||
|
" Andrej Znidarsic https://launchpad.net/~andrej.znidarsic"
|
||||||
|
|
||||||
|
#: actorconditions_v0610.json:chaotic_curse
|
||||||
|
msgid "Chaotic curse"
|
||||||
|
msgstr "Kaotično prekletsvo"
|
||||||
|
|
||||||
|
#: actorconditions_v0610.json:chaotic_grip
|
||||||
|
msgid "Chaotic grip"
|
||||||
|
msgstr "Kaotični prijem"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:blister
|
||||||
|
msgid "Blistering skin"
|
||||||
|
msgstr "Mehurjasta koža"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:contagion
|
||||||
|
msgid "Insect contagion"
|
||||||
|
msgstr "Okužba z insektom"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:focus_ac
|
||||||
|
msgid "Focused accuracy"
|
||||||
|
msgstr "Osredotočena natančnost"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:focus_dmg
|
||||||
|
msgid "Focused damage"
|
||||||
|
msgstr "Osredotočena škoda"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:poison_irdegh
|
||||||
|
msgid "Irdegh poison"
|
||||||
|
msgstr "Strup Irdegha"
|
||||||
|
|
||||||
|
#: actorconditions_v0611.json:stunned
|
||||||
|
msgid "Stunned"
|
||||||
|
msgstr "Ohromljen"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:concussion
|
||||||
|
msgid "Concussion"
|
||||||
|
msgstr "Pretres"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:crit1
|
||||||
|
msgid "Internal bleeding"
|
||||||
|
msgstr "Notranja krvavitev"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:crit2
|
||||||
|
msgid "Fracture"
|
||||||
|
msgstr "Zlom"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:rotworm
|
||||||
|
msgid "Kazaul rotworms"
|
||||||
|
msgstr "Kazaulovi gnili črvi"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:shadowbless_acc
|
||||||
|
msgid "Blessing of Shadow accuracy"
|
||||||
|
msgstr "Blagoslov natančnosti Sence"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:shadowbless_guard
|
||||||
|
msgid "Shadow guardian blessing"
|
||||||
|
msgstr "Blagoslov varuha Sence"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:shadowbless_heal
|
||||||
|
msgid "Blessing of Shadow regeneration"
|
||||||
|
msgstr "Blagoslov regeneracije Sence"
|
||||||
|
|
||||||
|
#: actorconditions_v0611_2.json:shadowbless_str
|
||||||
|
msgid "Blessing of Shadow strength"
|
||||||
|
msgstr "Blagoslov moči Sence"
|
||||||
|
|
||||||
|
#: actorconditions_v0612_2.json:food
|
||||||
|
msgid "Sustenance"
|
||||||
|
msgstr "Preživetje"
|
||||||
|
|
||||||
|
#: actorconditions_v0612_2.json:foodp
|
||||||
|
msgid "Food-poisoning"
|
||||||
|
msgstr "Zastrupitev s hrano"
|
||||||
|
|
||||||
|
#: actorconditions_v069.json:bless
|
||||||
|
msgid "Bless"
|
||||||
|
msgstr "Blagoslov"
|
||||||
|
|
||||||
|
#: actorconditions_v069.json:poison_weak
|
||||||
|
msgid "Weak Poison"
|
||||||
|
msgstr "Šibek strup"
|
||||||
|
|
||||||
|
#: actorconditions_v069.json:regen
|
||||||
|
msgid "Shadow Regeneration"
|
||||||
|
msgstr "Regeneracija Sence"
|
||||||
|
|
||||||
|
#: actorconditions_v069.json:str
|
||||||
|
msgid "Strength"
|
||||||
|
msgstr "Moč"
|
||||||
|
|
||||||
|
#: actorconditions_v069_bwm.json:bleeding_wound
|
||||||
|
msgid "Bleeding wound"
|
||||||
|
msgstr "Krvaveča rana"
|
||||||
|
|
||||||
|
#: actorconditions_v069_bwm.json:intoxicated
|
||||||
|
msgid "Intoxicated"
|
||||||
|
msgstr "Zastrupljen"
|
||||||
|
|
||||||
|
#: actorconditions_v069_bwm.json:speed_minor
|
||||||
|
msgid "Minor speed"
|
||||||
|
msgstr "Manjša hitrost"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:2hsword
|
||||||
|
msgid "Two-handed sword"
|
||||||
|
msgstr "Dvoročni meč"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:axe
|
||||||
|
msgid "Axe"
|
||||||
|
msgstr "Sekira"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:axe2h
|
||||||
|
msgid "Greataxe"
|
||||||
|
msgstr "Velika sekira"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:bsword
|
||||||
|
msgid "Broadsword"
|
||||||
|
msgstr "Široki meč"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:buckler
|
||||||
|
msgid "Buckler"
|
||||||
|
msgstr "Okrogel ščit"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:club
|
||||||
|
msgid "Club"
|
||||||
|
msgstr "Udrihač"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:dagger
|
||||||
|
msgid "Dagger"
|
||||||
|
msgstr "Bodalo"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:hammer
|
||||||
|
msgid "Warhammer"
|
||||||
|
msgstr "Vojno kladivo"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:hammer2h itemlist_weapons.json:hammer1
|
||||||
|
msgid "Giant hammer"
|
||||||
|
msgstr "Veliko gladivo"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:lsword
|
||||||
|
msgid "Longsword"
|
||||||
|
msgstr "Dolgi meč"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:mace
|
||||||
|
msgid "Mace"
|
||||||
|
msgstr "Palica"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:rapier
|
||||||
|
msgid "Rapier"
|
||||||
|
msgstr "Rapir"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:scepter
|
||||||
|
msgid "Scepter"
|
||||||
|
msgstr "Žezlo"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_hv
|
||||||
|
msgid "Shield, metal (heavy)"
|
||||||
|
msgstr "Ščit, kovinski (težak)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_mtl_li
|
||||||
|
msgid "Shield, metal (light)"
|
||||||
|
msgstr "Ščit, kovinski (lahek)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_twr
|
||||||
|
msgid "Tower shield"
|
||||||
|
msgstr "Kvadratni ščit"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_wd_hv
|
||||||
|
msgid "Shield, wood (heavy)"
|
||||||
|
msgstr "Ščit, lesen (težak)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:shld_wd_li
|
||||||
|
msgid "Shield, wood (light)"
|
||||||
|
msgstr "Ščit, lesen (lahek)"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:ssword
|
||||||
|
msgid "Shortsword"
|
||||||
|
msgstr "Kratki meč"
|
||||||
|
|
||||||
|
#: itemcategories_1.json:staff itemlist_v070.json:qtrstaff
|
||||||
|
msgid "Quarterstaff"
|
||||||
|
msgstr "Kratka palica"
|
||||||
BIN
AndorsTrail/libs/android-support-v4.jar
Normal file
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="MissingTranslation" severity="ignore" />
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
<issue id="TypographyDashes" severity="ignore" />
|
<issue id="TypographyDashes" severity="ignore" />
|
||||||
11
AndorsTrail/project.properties
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# This file is automatically generated by Android Tools.
|
||||||
|
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||||
|
#
|
||||||
|
# This file must be checked in Version Control Systems.
|
||||||
|
#
|
||||||
|
# To customize properties used by the Ant build system use,
|
||||||
|
# "ant.properties", and override values to adapt the script to your
|
||||||
|
# project structure.
|
||||||
|
|
||||||
|
# Project target.
|
||||||
|
target=android-17
|
||||||
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
AndorsTrail/res/drawable/char_hero.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
BIN
AndorsTrail/res/drawable/map_broken_1.png
Normal file
|
After Width: | Height: | Size: 185 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
BIN
AndorsTrail/res/drawable/map_cavewall_3.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
AndorsTrail/res/drawable/map_cavewall_4.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |