player.tscn: scholar of the first bullet casings

This commit is contained in:
Haze Weathers 2023-05-08 01:00:38 -04:00
parent 79cbd62a69
commit bc57ba4171
45 changed files with 1429 additions and 113 deletions

View file

@ -7,7 +7,7 @@
[ext_resource path="res://audio/music/moon_trail.mp3" type="AudioStream" id=5]
[ext_resource path="res://graphics/tiles/abyss.png" type="Texture" id=6]
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=7]
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=8]
[ext_resource path="res://objects/player/player_scholar.tscn" type="PackedScene" id=8]
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=9]
[ext_resource path="res://graphics/particles/bubble.png" type="Texture" id=10]
[ext_resource path="res://objects/enemy/mine.tscn" type="PackedScene" id=11]
@ -190,11 +190,7 @@ color_initial_ramp = SubResource( 11 )
song_name = "@Moon Trail"
[node name="Player" parent="." instance=ExtResource( 8 )]
position = Vector2( 16, 48 )
gravity = 2
max_fall_speed = 60.0
jump_force = 80
doublejump_force = 60
position = Vector2( 16, 56 )
[node name="LevelBorders" type="StaticBody2D" parent="."]