-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPowerImages.xaml
More file actions
12 lines (11 loc) · 1.13 KB
/
PowerImages.xaml
File metadata and controls
12 lines (11 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<BitmapImage x:Key="ButtonImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="Blank.png"/>
<BitmapImage x:Key="ParkourImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="Parkour2.png"/>
<BitmapImage x:Key="SwingImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="Swing.png"/>
<BitmapImage x:Key="GrappleImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="Grapple.png"/>
<BitmapImage x:Key="TeleportImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="Teleport.png"/>
<BitmapImage x:Key="SpiderClimbImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="SpiderClimb.png"/>
<BitmapImage x:Key="FlightImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="Flight.png"/>
<BitmapImage x:Key="SuperJumpImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="SuperJump.png"/>
<BitmapImage x:Key="SuperSpeedImage" DecodePixelHeight="256" DecodePixelWidth="256" UriSource="SuperSpeed.png"/>
</ResourceDictionary>