Files
XCEngine/editor/app/Bootstrap/EditorResources.h

27 lines
919 B
C

#pragma once
#define IDI_APP_ICON 101
#define IDI_APP_ICON_SMALL 102
#define IDR_PNG_FOLDER_ICON 201
#define IDR_PNG_GAMEOBJECT_ICON 202
#define IDR_PNG_SCENE_ICON 203
#define IDR_PNG_LOGO 204
#define IDR_PNG_LOGO_ICON 205
#define IDR_PNG_CAMERA_GIZMO_ICON 206
#define IDR_PNG_DIRECTIONAL_LIGHT_GIZMO_ICON 207
#define IDR_PNG_POINT_LIGHT_GIZMO_ICON 208
#define IDR_PNG_SPOT_LIGHT_GIZMO_ICON 209
#define IDR_PNG_PLAY_BUTTON_ICON 210
#define IDR_PNG_PAUSE_BUTTON_ICON 211
#define IDR_PNG_STEP_BUTTON_ICON 212
#define IDR_PNG_VIEW_MOVE_TOOL_ICON 213
#define IDR_PNG_VIEW_MOVE_TOOL_ACTIVE_ICON 214
#define IDR_PNG_MOVE_TOOL_ICON 215
#define IDR_PNG_MOVE_TOOL_ACTIVE_ICON 216
#define IDR_PNG_ROTATE_TOOL_ICON 217
#define IDR_PNG_ROTATE_TOOL_ACTIVE_ICON 218
#define IDR_PNG_SCALE_TOOL_ICON 219
#define IDR_PNG_SCALE_TOOL_ACTIVE_ICON 220
#define IDR_PNG_TRANSFORM_TOOL_ICON 221
#define IDR_PNG_TRANSFORM_TOOL_ACTIVE_ICON 222