4 Commits 9c98ce288e ... d0dcff644a

Author SHA1 Message Date
  Houkime d0dcff644a make not resizable 1 year ago
  Houkime d1c37858dc add screenshot 1 year ago
  Houkime 32f9967d25 add icon 1 year ago
  Houkime a20d7954a6 add-readme 1 year ago
6 changed files with 26 additions and 65 deletions
  1. 22 0
      README.md
  2. 0 65
      export_presets.cfg
  3. BIN
      icon.png
  4. BIN
      nesl.png
  5. 4 0
      project.godot
  6. BIN
      promo/nesl.png

+ 22 - 0
README.md

@@ -0,0 +1,22 @@
+## Not Exactly Speed Of Light
+
+
+You are a coronal mass ejection making your narrative.
+Control with mouse.
+Font Now (OFL): https://fontlibrary.org/en/font/now
+
+### Playing from sources
+
+* Install Godot game engine
+
+* In the folder with sources:
+
+```
+godot -e .
+<F6>
+```
+First time you open the project it autoimports assets. Afterwards, you can play with:
+```
+godot .
+```
+

+ 0 - 65
export_presets.cfg

@@ -1,65 +0,0 @@
-[preset.0]
-
-name="Linux/X11"
-platform="Linux/X11"
-runnable=true
-custom_features=""
-export_filter="all_resources"
-include_filter=""
-exclude_filter=""
-export_path="../linexp/Not Exactly Speed Of Light.x86_64"
-script_export_mode=0
-script_encryption_key=""
-
-[preset.0.options]
-
-custom_template/debug=""
-custom_template/release=""
-binary_format/64_bits=true
-binary_format/embed_pck=true
-texture_format/bptc=false
-texture_format/s3tc=true
-texture_format/etc=false
-texture_format/etc2=false
-texture_format/no_bptc_fallbacks=true
-
-[preset.1]
-
-name="Windows Desktop"
-platform="Windows Desktop"
-runnable=true
-custom_features=""
-export_filter="all_resources"
-include_filter=""
-exclude_filter=""
-export_path="../winexp/Not Exactly Speed Of Light.exe"
-script_export_mode=0
-script_encryption_key=""
-
-[preset.1.options]
-
-custom_template/debug=""
-custom_template/release=""
-binary_format/64_bits=true
-binary_format/embed_pck=true
-texture_format/bptc=false
-texture_format/s3tc=true
-texture_format/etc=false
-texture_format/etc2=false
-texture_format/no_bptc_fallbacks=true
-codesign/enable=false
-codesign/identity=""
-codesign/password=""
-codesign/timestamp=true
-codesign/timestamp_server_url=""
-codesign/digest_algorithm=1
-codesign/description=""
-codesign/custom_options=PoolStringArray(  )
-application/icon=""
-application/file_version=""
-application/product_version=""
-application/company_name=""
-application/product_name=""
-application/file_description=""
-application/copyright=""
-application/trademarks=""

BIN
icon.png


BIN
nesl.png


+ 4 - 0
project.godot

@@ -30,6 +30,10 @@ config/name="Not Exactly Speed Of Light"
 run/main_scene="res://MAIN.tscn"
 config/icon="res://icon.png"
 
+[display]
+
+window/size/resizable=false
+
 [physics]
 
 common/enable_pause_aware_picking=true

BIN
promo/nesl.png