fix: reduced offset of frame, now should frame things nicely
This commit is contained in:
parent
ce845b7be6
commit
378fba363b
|
|
@ -1871,7 +1871,7 @@ light_size = 20.0
|
|||
omni_range = 16.8518
|
||||
|
||||
[node name="MaskInteractable" parent="logic" instance=ExtResource("22_ks23q")]
|
||||
transform = Transform3D(-0.8827416, 0, 0.4698562, 0, 1, 0, -0.4698562, 0, -0.8827416, 0.028929986, 0.58693635, 2.552513)
|
||||
transform = Transform3D(-0.8827416, 0, 0.4698562, 0, 1, 0, -0.4698562, 0, -0.8827416, -0.032227404, 0.58693635, 2.5655098)
|
||||
interaction = ExtResource("12_viwxf")
|
||||
|
||||
[node name="MindBoardInteractable" parent="logic" instance=ExtResource("22_ks23q")]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ script = ExtResource("1_ih54h")
|
|||
metadata/_custom_type_script = "uid://bp6s7vhdd6btk"
|
||||
|
||||
[node name="Frame" type="Sprite3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.15)
|
||||
pixel_size = 0.0005
|
||||
billboard = 1
|
||||
no_depth_test = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue