Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 60eccbf

Browse files
Move some assets around
1 parent 702e18c commit 60eccbf

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

icon.svg.import renamed to addons/visualize/Example Scene/icon.svg.import

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://bta173dmvpgj3"
6-
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
6+
path="res://.godot/imported/icon.svg-f38e834c7b9fa631d519f5e504a6ec8d.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://icon.svg"
14-
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
13+
source_file="res://addons/visualize/Example Scene/icon.svg"
14+
dest_files=["res://.godot/imported/icon.svg-f38e834c7b9fa631d519f5e504a6ec8d.ctex"]
1515

1616
[params]
1717

addons/visualize/Example Scene/scene.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=3 format=3 uid="uid://dpt16oa8hjtej"]
22

3-
[ext_resource type="Texture2D" uid="uid://bta173dmvpgj3" path="res://icon.svg" id="1_0mcxu"]
3+
[ext_resource type="Texture2D" uid="uid://bta173dmvpgj3" path="res://addons/visualize/Example Scene/icon.svg" id="1_0mcxu"]
44
[ext_resource type="Script" path="res://addons/visualize/Example Scene/VisualizeExample.cs" id="1_t5kvf"]
55

66
[node name="Scene" type="Node2D"]
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://cxru4nie1rfy0"
6-
path="res://.godot/imported/icon.png-1c6da3c27a06e454f5d08ba7596c5d69.ctex"
6+
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://addons/visualize/icon.png"
14-
dest_files=["res://.godot/imported/icon.png-1c6da3c27a06e454f5d08ba7596c5d69.ctex"]
13+
source_file="res://icon.png"
14+
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
1515

1616
[params]
1717

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config_version=5
1313
config/name="Visualize"
1414
run/main_scene="res://addons/visualize/Example Scene/scene.tscn"
1515
config/features=PackedStringArray("4.3", "C#", "Forward Plus")
16-
config/icon="res://icon.svg"
16+
config/icon="res://addons/visualize/Example Scene/icon.svg"
1717

1818
[autoload]
1919

0 commit comments

Comments
 (0)