mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Merge pull request #822 from Ragora/bugfix-console-background
BugFix: Correct a missing asset for filling the background of the console
This commit is contained in:
commit
7d9d21de04
2 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="hudfill"
|
||||
imageFile="@assetFile=hudfill.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
BIN
Templates/BaseGame/game/core/gui/images/hudfill.png
Normal file
BIN
Templates/BaseGame/game/core/gui/images/hudfill.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue