Skip to content

Commit

Permalink
Moving more files and fixing deltaV file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ermucat committed Dec 26, 2024
1 parent 16adf2a commit cf511c6
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<Control HorizontalExpand="True" VerticalExpand="True">
<TextureRect Name="BellIcon"
StyleClasses="ButtonSquare"
TexturePath="/Textures/DeltaV/Interface/VerbIcons/bell.svg.png"
TexturePath="/Textures/_DeltaV/Interface/VerbIcons/bell.svg.png"
Stretch="KeepAspectCentered"
MinSize="18 18" />
<TextureRect Name="BellMutedIcon"
StyleClasses="ButtonSquare"
TexturePath="/Textures/DeltaV/Interface/VerbIcons/bell_muted.png"
TexturePath="/Textures/_DeltaV/Interface/VerbIcons/bell_muted.png"
Stretch="KeepAspectCentered"
Visible="False"
MinSize="18 18" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
description: Lets you message other people!
components:
- type: Sprite
sprite: DeltaV/Objects/Devices/cartridge.rsi
sprite: _DeltaV/Objects/Devices/cartridge.rsi
state: cart-chat
- type: UIFragment
ui: !type:NanoChatUi
- type: NanoChatCartridge
- type: Cartridge
programName: nano-chat-program-name
icon:
sprite: DeltaV/Misc/program_icons.rsi
sprite: _DeltaV/Misc/program_icons.rsi
state: nanochat
- type: ActiveRadio
channels:
- Common
- Common

0 comments on commit cf511c6

Please sign in to comment.