mirror of
https://github.com/Relintai/uml_generator.git
synced 2025-01-27 15:39:21 +01:00
Fix link.
This commit is contained in:
parent
34e3821f00
commit
c7c8a637a9
@ -10,7 +10,7 @@ Should work with godot 3.x aswell, but you will need to create the project file.
|
||||
|
||||
![Directory class](project/examples/example_output/directory.umlg.png)
|
||||
![FileCache class](project/examples/example_output/file_cache.umlg.png)
|
||||
![PlayField class](project/examples/example_output/PlayField.java.umlg.umlg.png)
|
||||
![PlayField class](project/examples/example_output/PlayField.java.umlg.png)
|
||||
|
||||
The input files themselves can be found [here](data/examples).
|
||||
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PlayField.java.umlg.png-c1c7fa78a62880e9b092404ac7e79a33.stex"
|
||||
path="res://.import/PlayField.java.umlg.png-fad9fe96d24422d4cbdf897d23190583.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://output/PlayField.java.umlg.png"
|
||||
dest_files=[ "res://.import/PlayField.java.umlg.png-c1c7fa78a62880e9b092404ac7e79a33.stex" ]
|
||||
source_file="res://examples/example_output/PlayField.java.umlg.png"
|
||||
dest_files=[ "res://.import/PlayField.java.umlg.png-fad9fe96d24422d4cbdf897d23190583.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/directory.umlg.png-429e49d08613602982df1882cc536d34.stex"
|
||||
path="res://.import/directory.umlg.png-08ebca186cd0ba9af55026482ab70ce3.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://output/directory.umlg.png"
|
||||
dest_files=[ "res://.import/directory.umlg.png-429e49d08613602982df1882cc536d34.stex" ]
|
||||
source_file="res://examples/example_output/directory.umlg.png"
|
||||
dest_files=[ "res://.import/directory.umlg.png-08ebca186cd0ba9af55026482ab70ce3.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/file_cache.umlg.png-2c511bae80b1a9d1825434e5331413f1.stex"
|
||||
path="res://.import/file_cache.umlg.png-221d669652bdcf6f4aa23c567da6d318.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://output/file_cache.umlg.png"
|
||||
dest_files=[ "res://.import/file_cache.umlg.png-2c511bae80b1a9d1825434e5331413f1.stex" ]
|
||||
source_file="res://examples/example_output/file_cache.umlg.png"
|
||||
dest_files=[ "res://.import/file_cache.umlg.png-221d669652bdcf6f4aa23c567da6d318.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/string.umlg.png-650f47c1c4ba6b1bb686ff9911e36cdb.stex"
|
||||
path="res://.import/string.umlg.png-db35c5711edb91371a4892c80d49428d.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://output/string.umlg.png"
|
||||
dest_files=[ "res://.import/string.umlg.png-650f47c1c4ba6b1bb686ff9911e36cdb.stex" ]
|
||||
source_file="res://examples/example_output/string.umlg.png"
|
||||
dest_files=[ "res://.import/string.umlg.png-db35c5711edb91371a4892c80d49428d.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user