You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
454 B

2 years ago
using UnityEngine;
public static class Level2Const
{
public static string operate1Info = "4-判断被救者有无意识";
public static string operate2Info = "5-观察被救者部位";
public static string operate3Info = "6-选择合适的操作";
public static Color operateFrontColor = new Color32(255, 255, 255, 255);//操作未完成文本颜色
public static Color operateAfterColor = Color.gray;//操作完成文本颜色
}