as4s4hetic
3 years ago
5 changed files with 66 additions and 23 deletions
@ -0,0 +1,16 @@ |
|||||||
|
[gd_scene load_steps=3 format=2] |
||||||
|
|
||||||
|
[ext_resource path="res://Sprites/josep/at_desk.png" type="Texture" id=1] |
||||||
|
|
||||||
|
[sub_resource type="RectangleShape2D" id=1] |
||||||
|
extents = Vector2( 46.5001, 40.4998 ) |
||||||
|
|
||||||
|
[node name="Josep_Sitting" type="StaticBody2D"] |
||||||
|
|
||||||
|
[node name="Sprite" type="Sprite" parent="."] |
||||||
|
texture = ExtResource( 1 ) |
||||||
|
|
||||||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] |
||||||
|
position = Vector2( -10.5, 27.4999 ) |
||||||
|
rotation = 1.5708 |
||||||
|
shape = SubResource( 1 ) |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,35 @@ |
|||||||
|
[remap] |
||||||
|
|
||||||
|
importer="texture" |
||||||
|
type="StreamTexture" |
||||||
|
path="res://.import/at_desk.png-4d1628e675cf4f1eea9bbac5877439aa.stex" |
||||||
|
metadata={ |
||||||
|
"vram_texture": false |
||||||
|
} |
||||||
|
|
||||||
|
[deps] |
||||||
|
|
||||||
|
source_file="res://Sprites/josep/at_desk.png" |
||||||
|
dest_files=[ "res://.import/at_desk.png-4d1628e675cf4f1eea9bbac5877439aa.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=true |
||||||
|
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 |
||||||
|
process/normal_map_invert_y=false |
||||||
|
stream=false |
||||||
|
size_limit=0 |
||||||
|
detect_3d=true |
||||||
|
svg/scale=1.0 |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 884 B |
Loading…
Reference in new issue