mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
feat(theme): update themes
This commit is contained in:
parent
886e6e82ac
commit
fa49834347
22 changed files with 157 additions and 195 deletions
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://did1ipako11pd"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://b7vd50tw2g1nl" path="res://themes/default.tres" id="1_nsh8i"]
|
||||
[ext_resource type="Theme" uid="uid://0gk8swmcldbg" path="res://themes/demo.tres" id="1_nv54h"]
|
||||
[ext_resource type="Animation" uid="uid://dcgqvylq0648u" path="res://examples/asciicast/example.cast" id="2_3048a"]
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_eb6bs"]
|
||||
|
@ -15,12 +15,11 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
focus_mode = 1
|
||||
theme = ExtResource("1_nsh8i")
|
||||
theme = ExtResource("1_nv54h")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
autoplay = "example"
|
||||
playback_speed = 2.0
|
||||
method_call_mode = 1
|
||||
callback_mode_method = 1
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_eb6bs")
|
||||
}
|
||||
autoplay = "example"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue