Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
201flaviosilva committed Jul 8, 2024
1 parent fc01ef5 commit 12e4c4a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
Binary file added Project/Assets/Texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions Project/Assets/Texture.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/Texture.png-2ce1c75c18a0aec3a49005dd59920caa.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://Assets/Texture.png"
dest_files=[ "res://.import/Texture.png-2ce1c75c18a0aec3a49005dd59920caa.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=1
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=1
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0
5 changes: 3 additions & 2 deletions Project/Game3D/Game3D.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
[ext_resource path="res://Game3D/Player/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://UI/Pause.tscn" type="PackedScene" id=2]
[ext_resource path="res://Game3D/Game3D.gd" type="Script" id=3]
[ext_resource path="res://Assets/icon.png" type="Texture" id=4]
[ext_resource path="res://Assets/Texture.png" type="Texture" id=4]

[sub_resource type="SpatialMaterial" id=10]
albedo_texture = ExtResource( 4 )
uv1_scale = Vector3( 25, 25, 1 )
uv1_scale = Vector3( 0.25, 1, 0.25 )
uv1_triplanar = true

[sub_resource type="PlaneMesh" id=11]
material = SubResource( 10 )
Expand Down

0 comments on commit 12e4c4a

Please sign in to comment.