Moved cursors out from data.

This commit is contained in:
Relintai 2020-04-26 12:34:12 +02:00
parent 93be3fb81b
commit 57849c4cf7
24 changed files with 131 additions and 130 deletions

View File

@ -1,13 +1,14 @@
[gd_scene load_steps=9 format=2]
[ext_resource path="res://autoload/CursorManager.gd" type="Script" id=1]
[ext_resource path="res://data/cursors/arrow16.png" type="Texture" id=2]
[ext_resource path="res://data/cursors/loot16.png" type="Texture" id=3]
[ext_resource path="res://data/cursors/attack16.png" type="Texture" id=4]
[ext_resource path="res://data/cursors/speak.png" type="Texture" id=5]
[ext_resource path="res://data/cursors/drag_drop.png" type="Texture" id=6]
[ext_resource path="res://data/cursors/forbidden.png" type="Texture" id=7]
[ext_resource path="res://data/cursors/ibeam.png" type="Texture" id=8]
[ext_resource path="res://cursors/arrow16.png" type="Texture" id=2]
[ext_resource path="res://cursors/loot16.png" type="Texture" id=3]
[ext_resource path="res://cursors/attack16.png" type="Texture" id=4]
[ext_resource path="res://cursors/speak.png" type="Texture" id=5]
[ext_resource path="res://cursors/drag_drop.png" type="Texture" id=6]
[ext_resource path="res://cursors/forbidden.png" type="Texture" id=7]
[ext_resource path="res://cursors/ibeam.png" type="Texture" id=8]
[node name="CursorManager" type="Node"]

View File

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 173 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/arrow.png-0e024be6846b021990cf06ddcfe3dbaa.stex"
path="res://.import/arrow.png-8975d88e42d79b69a60ae159f4e1f4b5.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/arrow.png"
dest_files=[ "res://.import/arrow.png-0e024be6846b021990cf06ddcfe3dbaa.stex" ]
source_file="res://cursors/arrow.png"
dest_files=[ "res://.import/arrow.png-8975d88e42d79b69a60ae159f4e1f4b5.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/arrow16.png-3cc04c454cd16744608672b930ebc21e.stex"
path="res://.import/arrow16.png-baf1bb0bfce3f74c5621ed9d1df2eb9b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/arrow16.png"
dest_files=[ "res://.import/arrow16.png-3cc04c454cd16744608672b930ebc21e.stex" ]
source_file="res://cursors/arrow16.png"
dest_files=[ "res://.import/arrow16.png-baf1bb0bfce3f74c5621ed9d1df2eb9b.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 418 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/arrow32.png-be6fa5cda55ea381f4bb81ac68755fdf.stex"
path="res://.import/arrow32.png-a8397e3d9d049a61672b3e705e50dc8e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/arrow32.png"
dest_files=[ "res://.import/arrow32.png-be6fa5cda55ea381f4bb81ac68755fdf.stex" ]
source_file="res://cursors/arrow32.png"
dest_files=[ "res://.import/arrow32.png-a8397e3d9d049a61672b3e705e50dc8e.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 173 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/arrow8.png-3b29b23d30f562ac61be19a8ca18c059.stex"
path="res://.import/arrow8.png-01663b296f01b225563cadfe6a06ca3b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/arrow8.png"
dest_files=[ "res://.import/arrow8.png-3b29b23d30f562ac61be19a8ca18c059.stex" ]
source_file="res://cursors/arrow8.png"
dest_files=[ "res://.import/arrow8.png-01663b296f01b225563cadfe6a06ca3b.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/attack16.png-0100f945c7e85d87a58a394beb8c3ac7.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://cursors/attack16.png"
dest_files=[ "res://.import/attack16.png-0100f945c7e85d87a58a394beb8c3ac7.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 371 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/drag_drop.png-58ba6c1076e0e56b172a8f284947b983.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://cursors/drag_drop.png"
dest_files=[ "res://.import/drag_drop.png-58ba6c1076e0e56b172a8f284947b983.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 436 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/forbidden.png-67d5cfbbc30970ad36439934779f2e25.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://cursors/forbidden.png"
dest_files=[ "res://.import/forbidden.png-67d5cfbbc30970ad36439934779f2e25.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 256 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/ibeam.png-2c9af42df231350813f1688b4c7338a8.stex"
path="res://.import/ibeam.png-e50b72e1e43b2d2baac009b39086d913.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/ibeam.png"
dest_files=[ "res://.import/ibeam.png-2c9af42df231350813f1688b4c7338a8.stex" ]
source_file="res://cursors/ibeam.png"
dest_files=[ "res://.import/ibeam.png-e50b72e1e43b2d2baac009b39086d913.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 377 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/loot16.png-726ee829901668bed967b88a77b79dca.stex"
path="res://.import/loot16.png-79d648584fcb03dcceede3d2ba9034a5.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/loot16.png"
dest_files=[ "res://.import/loot16.png-726ee829901668bed967b88a77b79dca.stex" ]
source_file="res://cursors/loot16.png"
dest_files=[ "res://.import/loot16.png-79d648584fcb03dcceede3d2ba9034a5.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/speak.png-4f28d4f817d13bbd186e0ad861f71a83.stex"
path="res://.import/speak.png-3d1d6946ebdb2def63f939fa7c38a224.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/speak.png"
dest_files=[ "res://.import/speak.png-4f28d4f817d13bbd186e0ad861f71a83.stex" ]
source_file="res://cursors/speak.png"
dest_files=[ "res://.import/speak.png-3d1d6946ebdb2def63f939fa7c38a224.stex" ]
[params]

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/attack16.png-7ed84a4c029e562bb79e6820694ed73a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/attack16.png"
dest_files=[ "res://.import/attack16.png-7ed84a4c029e562bb79e6820694ed73a.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/drag_drop.png-7773305bcf75691af78b7c551d7687db.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/drag_drop.png"
dest_files=[ "res://.import/drag_drop.png-7773305bcf75691af78b7c551d7687db.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/forbidden.png-573414ca70e742cad716effeb28e0873.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://data/cursors/forbidden.png"
dest_files=[ "res://.import/forbidden.png-573414ca70e742cad716effeb28e0873.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0