mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-07-18 00:47:03 +00:00
yup
This commit is contained in:
parent
812502c2b8
commit
4409365ffd
6 changed files with 6 additions and 9 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 229 B |
|
|
@ -224,7 +224,7 @@ screenshot={
|
|||
[rendering]
|
||||
|
||||
2d/snapping/use_gpu_pixel_snap=true
|
||||
environment/default_clear_color=Color( 0.5, 0.6, 1, 1 )
|
||||
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
||||
environment/default_environment="res://default_env.tres"
|
||||
quality/dynamic_fonts/use_oversampling=false
|
||||
quality/2d/use_pixel_snap=true
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ var pickup_frames = 8
|
|||
var pickup_count = 0
|
||||
var pickup_start := Vector2.ZERO
|
||||
var pickup_box : Actor
|
||||
var pickup_offset := Vector2(-2, -8)
|
||||
var pickup_offset := Vector2(0, -8)
|
||||
|
||||
export var speed_drop := Vector2(1, -1)
|
||||
|
||||
|
|
@ -133,10 +133,7 @@ func _process(delta):
|
|||
is_jump = true
|
||||
jump_count = 0
|
||||
node_audio_jump.play()
|
||||
if is_pickup:
|
||||
node_anim.play("box_jump")
|
||||
else:
|
||||
node_anim.play("jump")
|
||||
node_anim.play("jump")
|
||||
#Shared.stage.metric_jump += 1
|
||||
|
||||
# jump height
|
||||
|
|
|
|||
|
|
@ -182,8 +182,6 @@ tracks/1/keys = {
|
|||
z_index = 5
|
||||
z_as_relative = false
|
||||
script = ExtResource( 1 )
|
||||
hitbox_x = 3
|
||||
hitbox_y = 5
|
||||
gravity = 0.25
|
||||
is_moving = true
|
||||
is_colliding = true
|
||||
|
|
@ -191,7 +189,6 @@ is_using_gravity = true
|
|||
is_using_tread = true
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
visible = false
|
||||
position = Vector2( 4, -4 )
|
||||
texture = ExtResource( 3 )
|
||||
region_enabled = true
|
||||
|
|
@ -220,5 +217,6 @@ stream = ExtResource( 6 )
|
|||
stream = ExtResource( 5 )
|
||||
|
||||
[node name="idkbb" type="Sprite" parent="."]
|
||||
visible = false
|
||||
position = Vector2( 2, 2 )
|
||||
texture = ExtResource( 7 )
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ tile_data = PoolIntArray( -327674, 4, 196613, -327673, 4, 0, -327672, 4, 65540,
|
|||
|
||||
[node name="GameCamera" parent="." instance=ExtResource( 7 )]
|
||||
editor_draw_drag_margin = false
|
||||
is_focal_point = false
|
||||
target_influence = 0.3
|
||||
|
||||
[node name="Actors" type="Node2D" parent="."]
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ z_index = -11
|
|||
|
||||
[node name="GameCamera" parent="." instance=ExtResource( 7 )]
|
||||
editor_draw_drag_margin = false
|
||||
is_focal_point = false
|
||||
target_influence = 0.3
|
||||
|
||||
[node name="Actors" type="Node2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue