Updated readme, fixes for playing the game on device

This commit is contained in:
pelya
2009-12-07 14:13:58 +02:00
parent a73d367531
commit 777049cdcf
5 changed files with 109 additions and 9 deletions

View File

@@ -7,6 +7,12 @@ SDL_JAVA_PACKAGE_PATH := de_schwardtnet_alienblaster
# Typically /sdcard/alienblaster
# Or /data/data/de.schwardtnet.alienblaster/files if you're planning to unpack data in application private folder
# Your application will just set current directory there
SDL_CURDIR_PATH := /sdcard/alienblaster
SDL_CURDIR_PATH := /data/data/de.schwardtnet.alienblaster/files
# Android Dev Phone G1 has trackball instead of cursor keys, and
# sends trackball movement events as rapid KeyDown/KeyUp events,
# this will make Up/Down/Left/Right key up events with X frames delay,
# so if application expects you to press and hold button it will process the event correctly.
SDL_TRACKBALL_KEYUP_DELAY := 4
include $(call all-subdir-makefiles)