First work on dialogic, resized guild, and started implementing portraits.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" version="1.1" id="svg32487" sodipodi:docname="picture.svg" inkscape:export-filename="..\dialogic\dialogic\addons\dialogic\Modules\LayoutStuff\Layer_FullBackground\background_layer_icon.png" inkscape:export-xdpi="96" inkscape:export-ydpi="96" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs id="defs32491" />
|
||||
<sodipodi:namedview id="namedview32489" pagecolor="#505050" bordercolor="#eeeeee" borderopacity="1" inkscape:showpageshadow="0" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#505050" showgrid="false" />
|
||||
<path d="M 7.191,6 C 6.87508,6 6.57215,6.11708 6.34885,6.32546 6.12546,6.53385 6,6.81646 6,7.11108 V 24.8889 c 0,0.2946 0.12546,0.5773 0.34885,0.7856 C 6.57215,25.8829 6.87508,26 7.191,26 h 17.618 c 0,0 0.6188,-0.1171 0.8422,-0.3255 C 25.8745,25.4662 26,25.1835 26,24.8889 26,24.5942 26,7.11108 26,7.11108 26,6.81646 25.8745,6.53385 25.6512,6.32546 25.4278,6.11708 25.1249,6 24.809,6 Z M 8.22223,8.22223 H 23.7778 V 21.5555 H 8.22223 Z" fill="#ffffff" id="path32483" />
|
||||
<path d="M 20.4326,19.7336 H 11.749 c -0.7571,0 -1.3172,-0.6658 -1.146,-1.3624 l 0.6072,-2.47 c 0.134,-0.5452 0.6764,-0.9111 1.266,-0.8541 l 1.8929,0.1834 c 0.3794,0.0368 0.7542,-0.1025 1.0054,-0.3736 l 2.335,-2.5203 c 0.6051,-0.6532 1.7341,-0.4282 2.0083,0.4002 l 1.8377,5.5543 c 0.2368,0.7154 -0.3292,1.4425 -1.1229,1.4425 z" fill="#ffffff" id="path32485" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,44 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cm8w3lr5o038d"
|
||||
path="res://.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/background_layer_icon.svg"
|
||||
dest_files=["res://.godot/imported/background_layer_icon.svg-021cd7ab7c646ee621f9b89b8dfc9d60.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=true
|
||||
editor/convert_colors_with_editor_theme=true
|
||||
@@ -0,0 +1,2 @@
|
||||
@tool
|
||||
extends DialogicLayoutLayer
|
||||
@@ -0,0 +1 @@
|
||||
uid://bngpgbnvjrn4l
|
||||
@@ -0,0 +1,25 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c1k5m0w3r40xf"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.gd" id="1_tu40u"]
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Modules/Background/node_background_holder.gd" id="2_ghan2"]
|
||||
|
||||
[node name="BackgroundLayer" type="Control"]
|
||||
layout_direction = 2
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_tu40u")
|
||||
|
||||
[node name="DialogicNode_BackgroundHolder" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
color = Color(1, 1, 1, 0)
|
||||
script = ExtResource("2_ghan2")
|
||||
@@ -0,0 +1,7 @@
|
||||
[style]
|
||||
type = "Layer"
|
||||
name = "Full Background"
|
||||
author = "Dialogic"
|
||||
description = "A simple layer displaying backgrounds."
|
||||
scene = "full_background_layer.tscn"
|
||||
icon = "background_layer_icon.svg"
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 924 B |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c3hagnfudj3nk"
|
||||
path="res://.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/preview.png"
|
||||
dest_files=["res://.godot/imported/preview.png-4e6ca7ca01626d69870923f306b0d377.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Reference in New Issue
Block a user