Newer
Older
DungeonShooting / DungeonShooting_Godot / editor / prefabs / Editor.tscn
@小李xl 小李xl on 26 Sep 2022 582 bytes 感应输入事件, 并触发提示窗口
  1. [gd_scene load_steps=4 format=2]
  2.  
  3. [ext_resource path="res://editor/src/Editor.cs" type="Script" id=1]
  4. [ext_resource path="res://editor/prefabs/CodePanel.tscn" type="PackedScene" id=2]
  5. [ext_resource path="res://editor/prefabs/CodeHintPanel.tscn" type="PackedScene" id=3]
  6.  
  7. [node name="Editor" type="Control"]
  8. anchor_right = 1.0
  9. anchor_bottom = 1.0
  10. script = ExtResource( 1 )
  11.  
  12. [node name="CodePanel" parent="." instance=ExtResource( 2 )]
  13.  
  14. [node name="CodeHintPanel" parent="." instance=ExtResource( 3 )]
  15. margin_left = 196.0
  16. margin_top = 125.0
  17. margin_right = 469.0
  18. margin_bottom = 255.0