Merge pull request #40 from fenix-hub/dev

Dev
This commit is contained in:
Nicolò Santilio 2020-12-31 12:55:09 +01:00 committed by GitHub
commit c8eaf9ecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord
A little plugin to easy-way manage your text files inside your project folder.
Author: *"Nicolo (fenix) Santilio"*
Version: *1.8.6*
Version: *1.8.7*
Godot Version: *3.2.3*
**This repository was pushed directly from Godot Engine Editor thanks to this [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**

View File

@ -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.6"
version="1.8.7"
script="scripts/file-editor.gd"

View File

@ -55,7 +55,7 @@ var rows_count : int = 1
signal update_file()
signal editing_file()
var GoogleTranslate : GoogleTranslateAPI = GoogleTranslateAPI.new()
var GoogleTranslate : = GoogleTranslateAPI.new()
# Called when the node enters the scene tree for the first time.
func _ready():