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="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/levelbutton_background"
|
||||
android:background="@drawable/xml_levelbutton_background"
|
||||
android:layout_margin="10dp">
|
||||
|
||||
<TextView
|
||||
@ -26,7 +26,7 @@
|
||||
android:id="@+id/levelbutton_lock"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="100dp"
|
||||
android:src="@drawable/lock"
|
||||
android:src="@drawable/lock_locked"
|
||||
android:layout_centerInParent="true"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
|
Reference in New Issue
Block a user