mirror of
https://github.com/Relintai/godot-engine.file-editor.git
synced 2024-11-12 22:27:22 +01:00
commit
c8eaf9ecd2
@ -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)!**
|
||||
|
@ -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"
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user