@@ -0,0 +1,3 @@ | |||
source_md5="7417c7651dbfe771ece2e75dad821046" | |||
dest_md5="5e53e294b61788eae1a1860c33edc92e" | |||
@@ -0,0 +1,3 @@ | |||
source_md5="47313fa4c47a9963fddd764e1ec6e4a8" | |||
dest_md5="2ded9e7f9060e2b530aab678b135fc5b" | |||
@@ -0,0 +1,34 @@ | |||
[remap] | |||
importer="texture" | |||
type="StreamTexture" | |||
path="res://.import/SS_001.png-281c2a0ad002919a510b75b2860e9206.stex" | |||
metadata={ | |||
"vram_texture": false | |||
} | |||
[deps] | |||
source_file="res://Data/Graphics/SS_001.png" | |||
dest_files=[ "res://.import/SS_001.png-281c2a0ad002919a510b75b2860e9206.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=false | |||
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 | |||
stream=false | |||
size_limit=0 | |||
detect_3d=false | |||
svg/scale=1.0 |
@@ -0,0 +1,68 @@ | |||
[gd_scene load_steps=3 format=2] | |||
[ext_resource path="res://Data/Graphics/SS_001.png" type="Texture" id=1] | |||
[sub_resource type="CapsuleShape2D" id=1] | |||
radius = 6.0 | |||
height = 14.0 | |||
[node name="Player" type="KinematicBody2D"] | |||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] | |||
shape = SubResource( 1 ) | |||
[node name="Body" type="Position2D" parent="."] | |||
position = Vector2( -0.75, 0.75 ) | |||
[node name="Sprite" type="Sprite" parent="Body"] | |||
texture = ExtResource( 1 ) | |||
vframes = 16 | |||
hframes = 16 | |||
frame = 16 | |||
[node name="Head" type="Position2D" parent="Body"] | |||
position = Vector2( 0.291992, -5.2558 ) | |||
[node name="Sprite" type="Sprite" parent="Body/Head"] | |||
position = Vector2( 0.291992, -2.04392 ) | |||
texture = ExtResource( 1 ) | |||
vframes = 16 | |||
hframes = 16 | |||
[node name="Right Hand" type="Position2D" parent="Body"] | |||
position = Vector2( -2.83482, -0.404972 ) | |||
[node name="Sprite" type="Sprite" parent="Body/Right Hand"] | |||
position = Vector2( 0.404972, 0.728954 ) | |||
texture = ExtResource( 1 ) | |||
region_enabled = true | |||
region_rect = Rect2( 12, 32, 5, 5 ) | |||
[node name="Left Hand" type="Position2D" parent="Body"] | |||
show_behind_parent = true | |||
position = Vector2( 6.0746, -0.728951 ) | |||
[node name="Sprite" type="Sprite" parent="Body/Left Hand"] | |||
position = Vector2( 0.404972, 0.728954 ) | |||
texture = ExtResource( 1 ) | |||
region_enabled = true | |||
region_rect = Rect2( 12, 32, 5, 5 ) | |||
[node name="Right Foot" type="Position2D" parent="Body"] | |||
position = Vector2( -1.29591, 9.47638 ) | |||
[node name="Sprite" type="Sprite" parent="Body/Right Foot"] | |||
position = Vector2( 0.485966, 0.890942 ) | |||
texture = ExtResource( 1 ) | |||
region_enabled = true | |||
region_rect = Rect2( 2, 32, 5, 5 ) | |||
[node name="Left Foot" type="Position2D" parent="Body"] | |||
show_behind_parent = true | |||
position = Vector2( 2.26785, 9.31439 ) | |||
[node name="Sprite" type="Sprite" parent="Body/Left Foot"] | |||
position = Vector2( 0.485966, 0.890942 ) | |||
texture = ExtResource( 1 ) | |||
region_enabled = true | |||
region_rect = Rect2( 2, 32, 5, 5 ) |
@@ -0,0 +1,3 @@ | |||
[gd_scene format=2] | |||
[node name="World" type="Node2D"] |
@@ -0,0 +1,7 @@ | |||
[gd_resource type="Environment" load_steps=2 format=2] | |||
[sub_resource type="ProceduralSky" id=1] | |||
[resource] | |||
background_mode = 2 | |||
background_sky = SubResource( 1 ) |
@@ -0,0 +1,34 @@ | |||
[remap] | |||
importer="texture" | |||
type="StreamTexture" | |||
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" | |||
metadata={ | |||
"vram_texture": false | |||
} | |||
[deps] | |||
source_file="res://icon.png" | |||
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.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 | |||
stream=false | |||
size_limit=0 | |||
detect_3d=true | |||
svg/scale=1.0 |
@@ -0,0 +1,33 @@ | |||
; Engine configuration file. | |||
; It's best edited using the editor UI and not directly, | |||
; since the parameters that go here are not all obvious. | |||
; | |||
; Format: | |||
; [section] ; section goes between [] | |||
; param=value ; assign values to parameters | |||
config_version=4 | |||
_global_script_classes=[ ] | |||
_global_script_class_icons={ | |||
} | |||
[application] | |||
config/name="Out of Time" | |||
config/description="Out of Time" | |||
run/main_scene="res://Data/World.tscn" | |||
config/use_custom_user_dir=true | |||
config/custom_user_dir_name="Out of Time" | |||
config/icon="res://icon.png" | |||
[display] | |||
window/size/width=800 | |||
window/stretch/mode="2d" | |||
window/stretch/aspect="keep" | |||
[rendering] | |||
environment/default_environment="res://default_env.tres" |