Skip to content

Commit

Permalink
Fixed backwards text on Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
niefia committed Sep 17, 2024
1 parent cb04991 commit d101dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COGITO/DemoScenes/COGITO_3_Lobby.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7816,8 +7816,8 @@ door_speed = 3.0
[node name="GenericSwitch" parent="Platform" instance=ExtResource("66_4pwwj")]
transform = Transform3D(1, 0, 0, 0, 0.984808, 0.173648, 0, -0.173648, 0.984808, 0.986555, 0.88378, -0.198246)
sync_to_physics = false
interaction_text_when_on = "Lift platform"
interaction_text_when_off = "Lower platform"
interaction_text_when_on = "Lower platform"
interaction_text_when_off = "Lift platform"
objects_call_interact = Array[NodePath]([NodePath("..")])

[node name="floorFull(Clone)" type="MeshInstance3D" parent="Platform"]
Expand Down

0 comments on commit d101dd5

Please sign in to comment.