mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 00:10:09 +01:00
Convert demos to Godot 4 using regular expressions in a script
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/white.png-9cdc9524282ba2bce69b45edcd6ac827.stex"
|
||||
type="StreamTexture2D"
|
||||
path="res://.godot/imported/white.png-9cdc9524282ba2bce69b45edcd6ac827.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
@@ -10,7 +10,7 @@ metadata={
|
||||
[deps]
|
||||
|
||||
source_file="res://art/white.png"
|
||||
dest_files=[ "res://.import/white.png-9cdc9524282ba2bce69b45edcd6ac827.stex" ]
|
||||
dest_files=["res://.godot/imported/white.png-9cdc9524282ba2bce69b45edcd6ac827.stex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user