Newer
Older
DungeonShooting / DungeonShooting_Godot / editor / prefabs / CodeHintPanel.tscn
@小李xl 小李xl on 26 Sep 2022 1002 bytes 感应输入事件, 并触发提示窗口
[gd_scene load_steps=4 format=2]

[ext_resource path="res://editor/prefabs/CodeHintItem.tscn" type="PackedScene" id=1]
[ext_resource path="res://editor/src/CodeHintPanel.cs" type="Script" id=2]

[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.145098, 0.145098, 0.14902, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.270588, 0.270588, 0.270588, 1 )

[node name="CodeHintPanel" type="PopupPanel"]
margin_right = 273.0
margin_bottom = 130.0
focus_mode = 1
custom_styles/panel = SubResource( 4 )
script = ExtResource( 2 )
CodeHintItem = ExtResource( 1 )

[node name="ScrollContainer" type="ScrollContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 1.0
margin_top = 1.0
margin_right = -1.0
margin_bottom = -1.0
scroll_horizontal_enabled = false

[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
margin_right = 271.0
size_flags_horizontal = 3
custom_constants/separation = 0