Skip to content

Commit

Permalink
Preparing for Asset Library Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
mechPenSketch committed Feb 27, 2022
1 parent 6d4bcc4 commit b7df3bb
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

# Ignore some files when exporting to a ZIP.
/.gitattributes export-ignore
/.gitignore export-ignore
/LICENSE export-ignore
/LICENSE.md export-ignore
/README.md export-ignore
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Godot 4+ specific ignores
.godot/

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

# Other Assets
*.png~
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# Database
Workspace for storing data through Resource.

## About
This plugin adds Database as a new main screen. With this, you can edit resources on the viewport rather than on the side Inspection panel.

Also comes with an example project.

## Getting Started

### Requirement
Godot 3.x

### Installation
After downloading, move the folder `addons/database` to your project folder.

## Goal-Post
By v1.0, it is to have the following:
* Add Categories and Resources
* Datatypes for Editing a Property

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Author
* mechPenSketch
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icon.png~
Binary file not shown.

0 comments on commit b7df3bb

Please sign in to comment.