first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
14
addons/localization_editor/uuid/README.md
Normal file
14
addons/localization_editor/uuid/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
uuid - static uuid generator for Godot Engine
|
||||
===========================================
|
||||
|
||||
The *uuid* class is a GDScript 'static' class that provides a unique identifier generation for [Godot Engine](https://godotengine.org).
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Copy the `uuid.gd` file in your project folder, and preload it using a constant.
|
||||
|
||||
Licensing
|
||||
---------
|
||||
|
||||
MIT (See license file for more informations)
|
||||
Loading…
Add table
Add a link
Reference in a new issue