Skip to content

Commit

Permalink
Convert physics test projects to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pouleyKetchoupp committed Sep 22, 2021
1 parent 89978a7 commit 9cec4ef
Show file tree
Hide file tree
Showing 89 changed files with 3,178 additions and 2,854 deletions.
27 changes: 14 additions & 13 deletions 2d/physics_tests/assets/texture/godot-head.png.import
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/godot-head.png-6a90da7ab6a8c80b4170f240c8e33e70.stex"
type="StreamTexture2D"
uid="uid://c5duuyhbmd0m4"
path="res://.godot/imported/godot-head.png-6a90da7ab6a8c80b4170f240c8e33e70.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/texture/godot-head.png"
dest_files=[ "res://.import/godot-head.png-6a90da7ab6a8c80b4170f240c8e33e70.stex" ]
dest_files=["res://.godot/imported/godot-head.png-6a90da7ab6a8c80b4170f240c8e33e70.stex"]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
compress/channel_pack=0
compress/streamed=false
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
27 changes: 14 additions & 13 deletions 2d/physics_tests/assets/tileset/tiles_demo.png.import
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/tiles_demo.png-4d398d5cc02bc85a2809dc13fbc9a3c2.stex"
type="StreamTexture2D"
uid="uid://1nmxl2dgdqro"
path="res://.godot/imported/tiles_demo.png-4d398d5cc02bc85a2809dc13fbc9a3c2.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/tileset/tiles_demo.png"
dest_files=[ "res://.import/tiles_demo.png-4d398d5cc02bc85a2809dc13fbc9a3c2.stex" ]
dest_files=["res://.godot/imported/tiles_demo.png-4d398d5cc02bc85a2809dc13fbc9a3c2.stex"]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
compress/channel_pack=0
compress/streamed=false
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
Loading

0 comments on commit 9cec4ef

Please sign in to comment.