as4s4hetic
3 years ago
15 changed files with 230 additions and 15 deletions
@ -0,0 +1,16 @@ |
|||||||
|
[gd_scene load_steps=3 format=2] |
||||||
|
|
||||||
|
[ext_resource path="res://Sprites/alistair/back.png" type="Texture" id=1] |
||||||
|
|
||||||
|
[sub_resource type="CapsuleShape2D" id=2] |
||||||
|
radius = 25.0 |
||||||
|
height = 0.0 |
||||||
|
|
||||||
|
[node name="Alistair" type="StaticBody2D" groups=["Human"]] |
||||||
|
|
||||||
|
[node name="Back" type="Sprite" parent="."] |
||||||
|
texture = ExtResource( 1 ) |
||||||
|
|
||||||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] |
||||||
|
position = Vector2( 0, 35 ) |
||||||
|
shape = SubResource( 2 ) |
@ -0,0 +1,20 @@ |
|||||||
|
[gd_scene load_steps=3 format=2] |
||||||
|
|
||||||
|
[sub_resource type="StreamTexture" id=1] |
||||||
|
flags = 4 |
||||||
|
load_path = "res://.import/front.png-a756d11d0a8b51bde2f613dfb80275e2.stex" |
||||||
|
|
||||||
|
[sub_resource type="CapsuleShape2D" id=2] |
||||||
|
radius = 25.0 |
||||||
|
height = 0.0 |
||||||
|
|
||||||
|
[node name="Alistair" type="StaticBody2D" groups=["Human"]] |
||||||
|
|
||||||
|
[node name="Front" type="Sprite" parent="."] |
||||||
|
position = Vector2( -117, -95 ) |
||||||
|
texture = SubResource( 1 ) |
||||||
|
offset = Vector2( 117, 95 ) |
||||||
|
|
||||||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] |
||||||
|
position = Vector2( 0, 35 ) |
||||||
|
shape = SubResource( 2 ) |
After Width: | Height: | Size: 906 B |
@ -0,0 +1,35 @@ |
|||||||
|
[remap] |
||||||
|
|
||||||
|
importer="texture" |
||||||
|
type="StreamTexture" |
||||||
|
path="res://.import/back.png-46ef887744db02b01a7dc063f4a13468.stex" |
||||||
|
metadata={ |
||||||
|
"vram_texture": false |
||||||
|
} |
||||||
|
|
||||||
|
[deps] |
||||||
|
|
||||||
|
source_file="res://Sprites/alistair/back.png" |
||||||
|
dest_files=[ "res://.import/back.png-46ef887744db02b01a7dc063f4a13468.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 |
@ -0,0 +1,16 @@ |
|||||||
|
[gd_scene load_steps=3 format=2] |
||||||
|
|
||||||
|
[ext_resource path="res://Sprites/charlene/front.png" type="Texture" id=1] |
||||||
|
|
||||||
|
[sub_resource type="CapsuleShape2D" id=1] |
||||||
|
radius = 25.0 |
||||||
|
height = 0.0 |
||||||
|
|
||||||
|
[node name="Charlene" type="StaticBody2D" groups=["Human"]] |
||||||
|
|
||||||
|
[node name="Sprite" type="Sprite" parent="." groups=["Human"]] |
||||||
|
texture = ExtResource( 1 ) |
||||||
|
|
||||||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] |
||||||
|
position = Vector2( 0, 35 ) |
||||||
|
shape = SubResource( 1 ) |
Before Width: | Height: | Size: 955 B After Width: | Height: | Size: 954 B |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,35 @@ |
|||||||
|
[remap] |
||||||
|
|
||||||
|
importer="texture" |
||||||
|
type="StreamTexture" |
||||||
|
path="res://.import/sky-backup.png-4d6a519172ec27dc394e34b634b533f8.stex" |
||||||
|
metadata={ |
||||||
|
"vram_texture": false |
||||||
|
} |
||||||
|
|
||||||
|
[deps] |
||||||
|
|
||||||
|
source_file="res://Tiles/sky-backup.png" |
||||||
|
dest_files=[ "res://.import/sky-backup.png-4d6a519172ec27dc394e34b634b533f8.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 |
After Width: | Height: | Size: 2.7 KiB |
@ -0,0 +1,35 @@ |
|||||||
|
[remap] |
||||||
|
|
||||||
|
importer="texture" |
||||||
|
type="StreamTexture" |
||||||
|
path="res://.import/sky.png-607a77b7b95a400ce06a87a2edf3a9ac.stex" |
||||||
|
metadata={ |
||||||
|
"vram_texture": false |
||||||
|
} |
||||||
|
|
||||||
|
[deps] |
||||||
|
|
||||||
|
source_file="res://Tiles/sky.png" |
||||||
|
dest_files=[ "res://.import/sky.png-607a77b7b95a400ce06a87a2edf3a9ac.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 |
@ -0,0 +1,34 @@ |
|||||||
|
[gd_resource type="TileSet" load_steps=3 format=2] |
||||||
|
|
||||||
|
[ext_resource path="res://Tiles/sky.png" type="Texture" id=1] |
||||||
|
[ext_resource path="res://Tiles/tree.png" type="Texture" id=2] |
||||||
|
|
||||||
|
[resource] |
||||||
|
0/name = "Sky" |
||||||
|
0/texture = ExtResource( 1 ) |
||||||
|
0/tex_offset = Vector2( 0, 0 ) |
||||||
|
0/modulate = Color( 1, 1, 1, 1 ) |
||||||
|
0/region = Rect2( 0, 0, 240, 180 ) |
||||||
|
0/tile_mode = 0 |
||||||
|
0/occluder_offset = Vector2( 30, 30 ) |
||||||
|
0/navigation_offset = Vector2( 30, 30 ) |
||||||
|
0/shape_offset = Vector2( 0, 0 ) |
||||||
|
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||||
|
0/shape_one_way = false |
||||||
|
0/shape_one_way_margin = 0.0 |
||||||
|
0/shapes = [ ] |
||||||
|
0/z_index = 0 |
||||||
|
1/name = "tree.png 1" |
||||||
|
1/texture = ExtResource( 2 ) |
||||||
|
1/tex_offset = Vector2( 0, 0 ) |
||||||
|
1/modulate = Color( 1, 1, 1, 1 ) |
||||||
|
1/region = Rect2( 0, 0, 60, 120 ) |
||||||
|
1/tile_mode = 0 |
||||||
|
1/occluder_offset = Vector2( 0, 0 ) |
||||||
|
1/navigation_offset = Vector2( 0, 0 ) |
||||||
|
1/shape_offset = Vector2( 0, 0 ) |
||||||
|
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||||
|
1/shape_one_way = false |
||||||
|
1/shape_one_way_margin = 0.0 |
||||||
|
1/shapes = [ ] |
||||||
|
1/z_index = 0 |
Loading…
Reference in new issue