This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

character / miniview / addons / gd_cubism / example / demo_transparent.tscn
875 B 28 lines
1[gd_scene load_steps=2 format=3 uid="uid://7hglgm6o0ou4"] 2 3[ext_resource type="Script" path="res://addons/gd_cubism/example/demo_transparent.gd" id="1_v7gdn"] 4 5[node name="demo_transparent" type="Node2D"] 6script = ExtResource("1_v7gdn") 7 8[node name="GDCubismUserModel" type="GDCubismUserModel" parent="."] 9 10[node name="GDCubismEffectBreath" type="GDCubismEffectBreath" parent="GDCubismUserModel"] 11 12[node name="GDCubismEffectEyeBlink" type="GDCubismEffectEyeBlink" parent="GDCubismUserModel"] 13 14[node name="Polygon2D" type="Polygon2D" parent="."] 15z_index = 1024 16color = Color(1, 0, 0, 0.498039) 17 18[node name="lbl_usage" type="Label" parent="."] 19offset_left = 960.0 20offset_top = 16.0 21offset_right = 1262.0 22offset_bottom = 146.0 23text = "TAB Key: Window transparent. 24SPACE Key: Change motion. 250 - 9 Key: Change expression. 26 27Mouse buttn drag: Window move." 28horizontal_alignment = 2