Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
18
addons/dialogic/Nodes/Portrait.tscn
Normal file
18
addons/dialogic/Nodes/Portrait.tscn
Normal file
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://addons/dialogic/Nodes/Anima/DialogicAnimaTween.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/dialogic/Nodes/Portrait.gd" type="Script" id=2]
|
||||
|
||||
[node name="Portrait" type="Control"]
|
||||
rect_scale = Vector2( 0.7, 0.7 )
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="AnimationTween" type="Tween" parent="."]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="ModulationTween" type="Tween" parent="."]
|
||||
|
||||
[node name="TweenPosition" type="Tween" parent="."]
|
Loading…
Add table
Add a link
Reference in a new issue