forked from team-sg/hero-mark-2
MsX fixes
This commit is contained in:
parent
e6939813dd
commit
28920ef700
2 changed files with 47 additions and 565 deletions
|
@ -11,7 +11,7 @@ onready var shard_position = $Position2D
|
|||
const shard = preload("res://objects/collectibles/shard.tscn")
|
||||
|
||||
func _ready():
|
||||
raycast.add_exception($Area2D)
|
||||
raycast.add_exception($Hitbox)
|
||||
|
||||
func _physics_process(delta):
|
||||
if is_moving: velocity.x = -50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue