Skip to content

Commit

Permalink
Update applications.ode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Jul 1, 2024
1 parent f57148f commit ef318e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OSL Programs/apps/Dock/applications.ode
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ if data.len != 0 (
dock_len = dock.len
each app dock (
file "open" app "onlyaccess"
file "render" 2 "interactable"
file "render" 1.7 "interactable"
square 45 45 0 0 1
if mouse_touching (
curx = x_position
file "get" 1.7
file "get" 2
cur = data
)
rightclick "file" app
Expand Down

0 comments on commit ef318e8

Please sign in to comment.