Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add Island environment (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Mar 14, 2019
1 parent 1bfb7de commit e7339dd
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 0 deletions.
Binary file added app/src/main/assets/cubemap/island/negx.ktx
Binary file not shown.
Binary file added app/src/main/assets/cubemap/island/negy.ktx
Binary file not shown.
Binary file added app/src/main/assets/cubemap/island/negz.ktx
Binary file not shown.
Binary file added app/src/main/assets/cubemap/island/posx.ktx
Binary file not shown.
Binary file added app/src/main/assets/cubemap/island/posy.ktx
Binary file not shown.
Binary file added app/src/main/assets/cubemap/island/posz.ktx
Binary file not shown.
Binary file added app/src/main/res/drawable/environment_island.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/src/main/res/values/options_values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@
<!-- Environments Options -->
<string-array name="developer_options_environments" translatable="false">
<item>@string/developer_options_env_void</item>
<item>@string/developer_options_env_island</item>
<item>@string/developer_options_env_cave</item>
<item>@string/developer_options_env_meadow</item>
</string-array>

<string-array name="developer_options_environments_values" translatable="false">
<item>void</item>
<item>island</item>
<item>cave</item>
<item>meadow</item>
</string-array>

<array name="developer_options_environments_images" translatable="false">
<item>@color/black</item>
<item>@drawable/environment_island</item>
<item>@drawable/environment_cave</item>
<item>@drawable/environment_meadow</item>
</array>
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@
The 'Void' environment is an empty space that surrounds the user in empty, black space. -->
<string name="developer_options_env_void">Void</string>

<!-- This string labels the radio button that selects the 'Cave' environment. -->
<string name="developer_options_env_island">Island</string>

<!-- This string labels the radio button that selects the 'Cave' environment. -->
<string name="developer_options_env_cave">Cave</string>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7339dd

Please sign in to comment.