Quellcode durchsuchen

Initial commit of Out of Time

master
Bryan Miller vor 4 Jahren
Commit
0b38334965
12 geänderte Dateien mit 185 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      .import/SS_001.png-281c2a0ad002919a510b75b2860e9206.md5
  2. BIN
      .import/SS_001.png-281c2a0ad002919a510b75b2860e9206.stex
  3. +3
    -0
      .import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5
  4. BIN
      .import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex
  5. BIN
      Data/Graphics/SS_001.png
  6. +34
    -0
      Data/Graphics/SS_001.png.import
  7. +68
    -0
      Data/Objects/Player.tscn
  8. +3
    -0
      Data/World.tscn
  9. +7
    -0
      default_env.tres
  10. BIN
      icon.png
  11. +34
    -0
      icon.png.import
  12. +33
    -0
      project.godot

+ 3
- 0
.import/SS_001.png-281c2a0ad002919a510b75b2860e9206.md5 Datei anzeigen

@@ -0,0 +1,3 @@
source_md5="7417c7651dbfe771ece2e75dad821046"
dest_md5="5e53e294b61788eae1a1860c33edc92e"


BIN
.import/SS_001.png-281c2a0ad002919a510b75b2860e9206.stex Datei anzeigen


+ 3
- 0
.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 Datei anzeigen

@@ -0,0 +1,3 @@
source_md5="47313fa4c47a9963fddd764e1ec6e4a8"
dest_md5="2ded9e7f9060e2b530aab678b135fc5b"


BIN
.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex Datei anzeigen


BIN
Data/Graphics/SS_001.png Datei anzeigen

Vorher Nachher
Breite: 256  |  Höhe: 256  |  Größe: 1.3KB

+ 34
- 0
Data/Graphics/SS_001.png.import Datei anzeigen

@@ -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

+ 68
- 0
Data/Objects/Player.tscn Datei anzeigen

@@ -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 )

+ 3
- 0
Data/World.tscn Datei anzeigen

@@ -0,0 +1,3 @@
[gd_scene format=2]

[node name="World" type="Node2D"]

+ 7
- 0
default_env.tres Datei anzeigen

@@ -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 )

BIN
icon.png Datei anzeigen

Vorher Nachher
Breite: 64  |  Höhe: 64  |  Größe: 3.2KB

+ 34
- 0
icon.png.import Datei anzeigen

@@ -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

+ 33
- 0
project.godot Datei anzeigen

@@ -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"

Laden…
Abbrechen
Speichern