Skip to content

Commit

Permalink
Merge pull request #36 from fenix-hub/dev
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
fenix-hub committed Nov 1, 2020
2 parents 6927573 + 7e4e14e commit 3124761
Show file tree
Hide file tree
Showing 15 changed files with 613 additions and 264 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions addons/file-editor/howto/api_token/LR7EGXjHCm.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/LR7EGXjHCm.png-1cc143c744f882fbc86edc7d2318e169.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/file-editor/howto/api_token/LR7EGXjHCm.png"
dest_files=[ "res://.import/LR7EGXjHCm.png-1cc143c744f882fbc86edc7d2318e169.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions addons/file-editor/howto/api_token/msedge_zmozPZZj3p.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/msedge_zmozPZZj3p.png-45b22e8e658d9e618635e91966d71bb1.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/file-editor/howto/api_token/msedge_zmozPZZj3p.png"
dest_files=[ "res://.import/msedge_zmozPZZj3p.png-45b22e8e658d9e618635e91966d71bb1.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added addons/file-editor/icons.pngs/tools.png.buttonicon
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions addons/file-editor/lastopenedfiles.lastcfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

sample.bbs="res://addons/file-editor/file.samples/sample.bbs"
sample.cfg="res://addons/file-editor/file.samples/sample.cfg"
sample.csv="res://addons/file-editor/file.samples/sample.csv"
sample.html="res://addons/file-editor/file.samples/sample.html"
sample.ini="res://addons/file-editor/file.samples/sample.ini"
sample.md="res://addons/file-editor/file.samples/sample.md"
sample.txt="res://addons/file-editor/file.samples/sample.txt"
translation_example.csv="res://translation_example.csv"
translation_example2.csv="res://translation_example2.csv"
2 changes: 1 addition & 1 deletion addons/file-editor/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="File Editor"
description="An internal file editor to view and edit text files in your project folder."
author="Nicolo 'fenix' Santilio"
version="1.8.2"
version="1.8.4"
script="scripts/file-editor.gd"
423 changes: 297 additions & 126 deletions addons/file-editor/scenes/CSVEditor.tscn

Large diffs are not rendered by default.

Loading

0 comments on commit 3124761

Please sign in to comment.