change name file

This commit is contained in:
BloodWod 2021-08-14 18:40:58 +05:00
parent adb4729464
commit 5aafa27b0f
3 changed files with 2 additions and 2 deletions

View file

@ -1321,7 +1321,7 @@ set(EXPECTED_DATA
skins/whis.png skins/whis.png
skins/x_ninja.png skins/x_ninja.png
skins/x_spec.png skins/x_spec.png
strongweak.png strong_weak.png
themes/auto.png themes/auto.png
themes/autumn.png themes/autumn.png
themes/autumn_day.map themes/autumn_day.map

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -238,7 +238,7 @@ image_guiicons = Image("guiicons", "gui_icons.png")
image_arrow = Image("arrow", "arrow.png") image_arrow = Image("arrow", "arrow.png")
image_demobuttons2 = Image("demobuttons2", "demo_buttons2.png") image_demobuttons2 = Image("demobuttons2", "demo_buttons2.png")
image_audio_source = Image("audio_source", "editor/audio_source.png") image_audio_source = Image("audio_source", "editor/audio_source.png")
image_strongweak = Image("strongweak", "strongweak.png") image_strongweak = Image("strongweak", "strong_weak.png")
container.images.Add(image_null) container.images.Add(image_null)
container.images.Add(image_game) container.images.Add(image_game)