Replaced the white character textures with actual textures from open game art.

This commit is contained in:
Relintai 2019-11-21 00:10:56 +01:00
parent bca7669b17
commit b3e02338ec
12 changed files with 43 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,11 @@
From https://opengameart.org/content/100-seamless-textures?page=2
Author:
Mitch Featherston
(Submitted by Clint Bellanger)
Monday, February 8, 2010 - 11:52
License(s):
CC0
Thanks!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,11 @@
From https://opengameart.org/content/100-seamless-textures?page=2
Author:
Mitch Featherston
(Submitted by Clint Bellanger)
Monday, February 8, 2010 - 11:52
License(s):
CC0
Thanks!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,11 @@
From https://opengameart.org/content/100-seamless-textures?page=2
Author:
Mitch Featherston
(Submitted by Clint Bellanger)
Monday, February 8, 2010 - 11:52
License(s):
CC0
Thanks!

View File

@ -95,8 +95,8 @@ texture_female = ExtResource( 18 )
[sub_resource type="ItemVisualEntry" id=13]
mesh_male = ExtResource( 1 )
mesh_female = ExtResource( 1 )
texture_male = ExtResource( 19 )
texture_female = ExtResource( 19 )
texture_male = ExtResource( 16 )
texture_female = ExtResource( 16 )
[sub_resource type="ItemVisualEntry" id=14]
mesh_male = ExtResource( 12 )

View File

@ -1,7 +1,7 @@
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://data/voxel_textures/a2.png" type="Texture" id=1]
[ext_resource path="res://data/voxel_textures/test_01.png" type="Texture" id=1]
[resource]
flags_vertex_lighting = true
albedo_texture = ExtResource( 1 )

View File

@ -1,9 +1,9 @@
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://data/voxel_textures/a11.png" type="Texture" id=1]
[ext_resource path="res://data/voxel_textures/test_01.png" type="Texture" id=1]
[resource]
flags_vertex_lighting = true
vertex_color_use_as_albedo = true
vertex_color_is_srgb = true
params_diffuse_mode = 1

View File

@ -3,5 +3,6 @@
[ext_resource path="res://data/voxel_textures/tiles2.png" type="Texture" id=1]
[resource]
flags_vertex_lighting = true
vertex_color_use_as_albedo = true
albedo_texture = ExtResource( 1 )

File diff suppressed because one or more lines are too long