changed some placeholder assets
This commit is contained in:
parent
433a115e2a
commit
d26bb49b00
BIN
Assets/HelenMidQuality.png
Normal file
BIN
Assets/HelenMidQuality.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
Assets/helenknives.png
Normal file
BIN
Assets/helenknives.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
tutorial---basic-player-traits/assets/HelenMidQuality.png
Normal file
BIN
tutorial---basic-player-traits/assets/HelenMidQuality.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c01t7u0aoeir7"
|
||||
path="res://.godot/imported/HelenMidQuality.png-bf1d6037b1543dd29cb5b172a7db531e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/HelenMidQuality.png"
|
||||
dest_files=["res://.godot/imported/HelenMidQuality.png-bf1d6037b1543dd29cb5b172a7db531e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
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/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
BIN
tutorial---basic-player-traits/assets/helenknives.png
Normal file
BIN
tutorial---basic-player-traits/assets/helenknives.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
34
tutorial---basic-player-traits/assets/helenknives.png.import
Normal file
34
tutorial---basic-player-traits/assets/helenknives.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bixef7um6g62c"
|
||||
path="res://.godot/imported/helenknives.png-d4810bc19ae16e3cbcc5a96c106ebd2b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/helenknives.png"
|
||||
dest_files=["res://.godot/imported/helenknives.png-d4810bc19ae16e3cbcc5a96c106ebd2b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
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/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
@ -1,13 +1,13 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dn6vstynf4qyu"]
|
||||
|
||||
[ext_resource type="Script" path="res://player.gd" id="1_ro1ml"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxbou1xqm7udc" path="res://assets/LowQualityHelen.png" id="2_ertgi"]
|
||||
[ext_resource type="Texture2D" uid="uid://c01t7u0aoeir7" path="res://assets/HelenMidQuality.png" id="2_k2fmb"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_77x2a"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_ertgi")
|
||||
"texture": ExtResource("2_k2fmb")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
@ -15,21 +15,21 @@ animations = [{
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_emqsv"]
|
||||
radius = 57.85
|
||||
radius = 67.42
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_tnmln"]
|
||||
radius = 18.63
|
||||
radius = 9.06
|
||||
|
||||
[node name="Player" type="Area2D"]
|
||||
script = ExtResource("1_ro1ml")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(4, 0)
|
||||
position = Vector2(3.08, 0)
|
||||
scale = Vector2(0.65, 0.65)
|
||||
sprite_frames = SubResource("SpriteFrames_77x2a")
|
||||
|
||||
[node name="GrazeBox" type="CollisionShape2D" parent="."]
|
||||
visible = false
|
||||
shape = SubResource("CircleShape2D_emqsv")
|
||||
|
||||
[node name="KillBox" type="CollisionShape2D" parent="."]
|
||||
|
Loading…
Reference in New Issue
Block a user