Project

General

Profile

« Previous | Next » 

Revision 1cbcc6bf

Added by Leszek Koltunski about 5 years ago

Progress with Credits and Settings.

View differences:

src/main/res/values/strings.xml
1 1
<resources>
2 2
    <string name="app_name">Magic Cube</string>
3
    <string name="distorted">DISTORTED</string>
3 4
    <string name="scramble">Scramble</string>
5
    <string name="solve">Solve</string>
4 6
    <string name="settings">Settings</string>
7
    <string name="credits">Credits</string>
5 8
    <string name="save">SAVE</string>
9
    <string name="ok">OK</string>
6 10
    <string name="appear">Appear Effects</string>
7 11
    <string name="disappear">Disappear Effects</string>
12
    <string name="duration">Duration:</string>
13
    <string name="type">Type:</string>
14
    <string name="credits1">Open Source app developed using the Distorted graphics library. </string>
15
    <string name="credits2">Code, tutorials, how to write your own graphics effect: http://www.distorted.org/cube</string>
16
    <string name="credits3">Distorted.org 2019</string>
8 17
</resources>

Also available in: Unified diff