mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Replaced the white character textures with actual textures from open game art.
This commit is contained in:
parent
bca7669b17
commit
b3e02338ec
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 6.2 KiB |
11
game/data/character_textures/armor_green_scarf_readme.txt
Normal file
11
game/data/character_textures/armor_green_scarf_readme.txt
Normal 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 |
11
game/data/character_textures/armor_red_scarf_readme.txt
Normal file
11
game/data/character_textures/armor_red_scarf_readme.txt
Normal 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 |
11
game/data/character_textures/armor_simple_readme.txt
Normal file
11
game/data/character_textures/armor_simple_readme.txt
Normal 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!
|
@ -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 )
|
||||
|
Binary file not shown.
@ -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 )
|
||||
|
@ -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
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user