MoveEdges are outer limit of Movement

Textures renamed and reorganized
New (not optimal) obstacleTextures added
This commit is contained in:
=
2016-12-28 10:23:12 +01:00
parent 45b9c41ea4
commit decbf80ed5
117 changed files with 5437 additions and 2114 deletions

View File

@@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="220dp"
android:layout_height="match_parent"
android:background="@drawable/worldbutton_background">
android:background="@drawable/xml_worldbutton_background">
<TextView
android:id="@+id/worldbutton_title"
@@ -23,7 +23,7 @@
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:adjustViewBounds="true"
android:src="@drawable/grasslands_preview" />
android:src="@drawable/previews_grass" />
<ImageView
android:id="@+id/worldbutton_lock"
@@ -32,7 +32,7 @@
android:layout_alignBottom="@+id/worldbutton_preview"
android:layout_alignLeft="@+id/worldbutton_preview"
android:layout_alignStart="@+id/worldbutton_preview"
android:src="@drawable/lock"
android:src="@drawable/lock_locked"
android:visibility="visible" />
<RelativeLayout
@@ -82,7 +82,7 @@
<ImageView
android:layout_width="30sp"
android:layout_height="30sp"
android:src="@drawable/unlocked"
android:src="@drawable/lock_unlocked"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"