Browse Source

Fixed an error in one of the images.

master
Bryan Miller 4 years ago
parent
commit
9b4c77b7f6
13 changed files with 41 additions and 3 deletions
  1. +2
    -2
      .import/CreationDate.png-22fbe63cad0f066a0ae043ef18318186.md5
  2. BIN
      .import/CreationDate.png-22fbe63cad0f066a0ae043ef18318186.stex
  3. +3
    -0
      .import/Fly.ogg-456200dcdd6fd8ba0a73aa2000494361.md5
  4. BIN
      .import/Fly.ogg-456200dcdd6fd8ba0a73aa2000494361.oggstr
  5. +3
    -0
      .import/Fly_1.ogg-c1ac2c07c728ef71c6665fde7043f1da.md5
  6. BIN
      .import/Fly_1.ogg-c1ac2c07c728ef71c6665fde7043f1da.oggstr
  7. +3
    -0
      .import/Industria.ogg-3055c5dd241da69fe61bb568e47b4c3b.md5
  8. BIN
      .import/Industria.ogg-3055c5dd241da69fe61bb568e47b4c3b.oggstr
  9. +3
    -0
      .import/Industria_1.ogg-165800e46ff465afa236c755b76d1f94.md5
  10. BIN
      .import/Industria_1.ogg-165800e46ff465afa236c755b76d1f94.oggstr
  11. BIN
      Data/Graphics/Logos/CreationDate.png
  12. +25
    -0
      export_presets.cfg
  13. +2
    -1
      project.godot

+ 2
- 2
.import/CreationDate.png-22fbe63cad0f066a0ae043ef18318186.md5 View File

@@ -1,3 +1,3 @@
source_md5="cb7ce8d8a14a0a241c2a2610d8b62104"
dest_md5="5ad0353abe6e8049f74988c09b001d19"
source_md5="8e9f287cf8f0b69a5b758823f69abf76"
dest_md5="28cbdde77960cc3a27310792f6de28e7"


BIN
.import/CreationDate.png-22fbe63cad0f066a0ae043ef18318186.stex View File


+ 3
- 0
.import/Fly.ogg-456200dcdd6fd8ba0a73aa2000494361.md5 View File

@@ -0,0 +1,3 @@
source_md5="2e984f6982285286c8496d1aec87f5a1"
dest_md5="c3b69383019093b880966a964e383011"


BIN
.import/Fly.ogg-456200dcdd6fd8ba0a73aa2000494361.oggstr View File


+ 3
- 0
.import/Fly_1.ogg-c1ac2c07c728ef71c6665fde7043f1da.md5 View File

@@ -0,0 +1,3 @@
source_md5="0c46925f7bce5330b78ad30cafac2b5f"
dest_md5="2d8a8fcd51ddc6e9d0757ee292d31041"


BIN
.import/Fly_1.ogg-c1ac2c07c728ef71c6665fde7043f1da.oggstr View File


+ 3
- 0
.import/Industria.ogg-3055c5dd241da69fe61bb568e47b4c3b.md5 View File

@@ -0,0 +1,3 @@
source_md5="b019777e1b7e18f7eca2c4f09d0407f5"
dest_md5="bf64a91809e6d34f5fcbd5e3512fec36"


BIN
.import/Industria.ogg-3055c5dd241da69fe61bb568e47b4c3b.oggstr View File


+ 3
- 0
.import/Industria_1.ogg-165800e46ff465afa236c755b76d1f94.md5 View File

@@ -0,0 +1,3 @@
source_md5="c068566312d766acc3c7e420f39b813a"
dest_md5="fbd61d8318f8d7ec8905d4dc6ad67bfb"


BIN
.import/Industria_1.ogg-165800e46ff465afa236c755b76d1f94.oggstr View File


BIN
Data/Graphics/Logos/CreationDate.png View File

Before After
Width: 137  |  Height: 24  |  Size: 1.2KB Width: 113  |  Height: 26  |  Size: 1.1KB

+ 25
- 0
export_presets.cfg View File

@@ -0,0 +1,25 @@
[preset.0]

name="Linux/X11"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.ogg"
exclude_filter=""
export_path="builds/Linux/EMotional.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.0.options]

texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""

+ 2
- 1
project.godot View File

@@ -15,7 +15,8 @@ _global_script_class_icons={

[application]

config/name="Anchored"
config/name="E-Motional Escape"
config/description="Use your mouse to push your little energy ball around the world. Emotions will change depending on where your mouse is and what's being done to the little ball."
run/main_scene="res://Data/Scenes/World.tscn"
config/icon="res://icon.png"


Loading…
Cancel
Save