MoveEdges are outer limit of Movement
Textures renamed and reorganized New (not optimal) obstacleTextures added
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user