49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/aseprite_importer/interface/spritesheet_inspector/SpritesheetView.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
content_margin_left = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color( 0.135, 0.165, 0.1875, 1 )
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color( 0.09, 0.11, 0.125, 1 )
|
|
|
|
[sub_resource type="Theme" id=2]
|
|
PanelContainer/styles/panel = SubResource( 1 )
|
|
|
|
[node name="SpritesheetView" type="Container"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_clip_content = true
|
|
theme = SubResource( 2 )
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VScrollBar" type="VScrollBar" parent="."]
|
|
visible = false
|
|
margin_left = 1012.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 588.0
|
|
grow_horizontal = 0
|
|
size_flags_horizontal = 8
|
|
max_value = 1.0
|
|
value = 0.5
|
|
|
|
[node name="HScrollBar" type="HScrollBar" parent="."]
|
|
visible = false
|
|
margin_top = 588.0
|
|
margin_right = 1012.0
|
|
margin_bottom = 600.0
|
|
grow_vertical = 0
|
|
size_flags_vertical = 8
|
|
max_value = 1.0
|
|
value = 0.5
|