Newer
Older
DungeonShooting / DungeonShooting_Godot / scene / test / TestMask.tscn
@小李xl 小李xl on 23 Nov 2023 339 bytes 调研中
  1. [gd_scene load_steps=2 format=3 uid="uid://cnt6y33q15xfq"]
  2.  
  3. [ext_resource type="Script" path="res://src/test/TestMask.cs" id="1_0yip6"]
  4.  
  5. [node name="TestMask" type="Node2D" node_paths=PackedStringArray("PolygonNode")]
  6. script = ExtResource("1_0yip6")
  7. PolygonNode = NodePath("Polygon2D")
  8.  
  9. [node name="Polygon2D" type="Polygon2D" parent="."]