mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
15 lines
398 B
GDScript
15 lines
398 B
GDScript
extends Spatial
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
func _ready():
|
|
set_physics_process(true)
|
|
|
|
func _physics_process(delta):
|
|
pass
|
|
|
|
#func queue_raycast():
|
|
# var space_state : PhysicsDirectSpaceState = get_world().direct_space_state
|