首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
刷怪专题
【个人Unity笔记】{基础} 2D小游戏一个简单的自动刷怪脚本
效果如图,小游戏的话效果还可以 脚本使用DOTween做了顿帧 在场景中新建一个空物体GameController 创建一个C#脚本GameController.cs 把下面的复制进去 using UnityEngine;using System.Collections;using DG.Tweening;public class GameController :MonoBeha
阅读更多...
usaco training刷怪旅 第一层第二题 Greedy Gift Givers
usaco training 关注我持续创作training题解 翻译有点奇葩,我就上原题目了,各位自己翻译吧QwQ A group of NP (2 ≤ NP ≤ 10) uniquely named friends has decided to exchange gifts of money. Each of these friends might or might not gi
阅读更多...