You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I swapped out data files for Full Tilt and while the board works, sounds do not seem to be loaded. Is it hard coded to look for the XP sounds under assets/ and not assets/SOUND?
Also during my testing I made the buttons transparent with
I was actually in the middle of removing all Full Tilt code and leaving this as just the XP port, as I'm bundling the assets with the .apk and I did not think anybody would care to build a version with Full Tilt stuff. The code is a bit cleaner and simpler without that, but if you really want to play Full Tilt, I can leave it in.
As for the buttons, I know they can be made transparent, but I'd like to change them to something that suits more the game, right now they're just regular Material UI buttons which looks a bit out of place (IMO)
I swapped out data files for Full Tilt and while the board works, sounds do not seem to be loaded. Is it hard coded to look for the XP sounds under assets/ and not assets/SOUND?
Also during my testing I made the buttons transparent with
android:background="?android:attr/selectableItemBackground"
Which has been fun to play with. Not sure if the best method but works well it seems.
The text was updated successfully, but these errors were encountered: