mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Fix mouse controls and reposition mascot
This commit is contained in:
parent
1d7354f993
commit
a7b8c2e1aa
|
@ -807,11 +807,15 @@ scroll_active = false
|
|||
|
||||
[node name="Rekku" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
grow_vertical = 0
|
||||
mouse_filter = 1
|
||||
mouse_default_cursor_shape = 8
|
||||
script = ExtResource("4_nqqx3")
|
||||
|
||||
[node name="bubble" type="Panel" parent="Rekku"]
|
||||
|
@ -850,9 +854,10 @@ scroll_following = true
|
|||
script = ExtResource("5_cprkf")
|
||||
|
||||
[node name="RekkuSprite" type="Sprite2D" parent="Rekku"]
|
||||
position = Vector2(1125, 586)
|
||||
position = Vector2(490, -194)
|
||||
scale = Vector2(0.292969, 0.292969)
|
||||
texture = ExtResource("9_brsrf")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="blink" type="AnimatedSprite2D" parent="Rekku/RekkuSprite"]
|
||||
sprite_frames = SubResource("SpriteFrames_trwmf")
|
||||
|
|
|
@ -25,6 +25,10 @@ window/size/borderless=true
|
|||
window/size/transparent=true
|
||||
window/per_pixel_transparency/allowed=true
|
||||
|
||||
[filesystem]
|
||||
|
||||
import/blender/enabled=false
|
||||
|
||||
[gui]
|
||||
|
||||
theme/custom="res://res/pixel_ui_theme/RetroDECKTheme.tres"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue