godot-plateformer/_props/_prefabs/player_trigger_volumn.tscn

11 lines
431 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[gd_scene load_steps=2 format=3 uid="uid://bonrls3iuhdqb"]
[ext_resource type="Script" uid="uid://c25ea2nypjah7" path="res://_props/_prefabs/player_trigger_volumn.gd" id="1_qrafk"]
[node name="PlayerTriggerVolumn" type="Area2D"]
editor_description = "此类在检测到玩家时会发出signal可以与其他的需要检测玩家的scene组合使用。
"
collision_layer = 0
collision_mask = 2
script = ExtResource("1_qrafk")