上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
  2025年9月15日
摘要: func update_select_obj(gameobj): current_select_obj = gameobj if not $TransformPanel/Vbox/RotationXHSlider.is_connected("value_changed",signal_update_ 阅读全文
posted @ 2025-09-15 10:46 小沙盒工作室 阅读(10) 评论(0) 推荐(0)
  2025年9月13日
摘要: 使用前请先设置用户名 使用官方api:https://api.bgm.tv/v0/users/{username}/collections,请求方式为get。 如https://api.bgm.tv/v0/users/xsh/collections 然后下载获取到的json数据。 具体数据对应请自己 阅读全文
posted @ 2025-09-13 13:05 小沙盒工作室 阅读(33) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2025-09-13 08:46 小沙盒工作室 阅读(11) 评论(0) 推荐(0)
  2025年9月11日
摘要: 下面是骨架的种类和具体的骨骼,骨架种类在:前面标注(Body部分) Body:Hips,Spine,Chest,Upper Chest(可以为None) Left Arm: Shoulder,Upper Arm,LowerArm.,Hand Right Arm: Shoulder,Upper Arm 阅读全文
posted @ 2025-09-11 16:56 小沙盒工作室 阅读(18) 评论(0) 推荐(0)
  2025年9月9日
摘要: import os proc createUrlFile(filePath: string, targetUrl: string): void = try: var file = open(filePath&".url", fmWrite) file.writeLine("[InternetShor 阅读全文
posted @ 2025-09-09 18:21 小沙盒工作室 阅读(20) 评论(0) 推荐(0)
摘要: : app:main "hello world" . cr ; 阅读全文
posted @ 2025-09-09 18:10 小沙盒工作室 阅读(6) 评论(0) 推荐(0)
摘要: echo "请输入你想要发泄的恋爱对象" var ch = stdin.readLine() while true: echo ch & "对不起,我错了" 阅读全文
posted @ 2025-09-09 18:05 小沙盒工作室 阅读(6) 评论(0) 推荐(0)
  2025年9月6日
摘要: extends Node static func pad(a_in:PackedByteArray, a_bytes:int) -> PackedByteArray: assert(a_bytes >- 0x04) assert(a_bytes <= 0x7f) a_bytes = a_bytes 阅读全文
posted @ 2025-09-06 09:16 小沙盒工作室 阅读(15) 评论(0) 推荐(0)
  2025年9月4日
摘要: #include <windows.h> #include <tlhelp32.h> #include <stdio.h> // 终止指定名称的进程 BOOL TerminateProcessByName(const char* processName) { HANDLE hProcessSnap; 阅读全文
posted @ 2025-09-04 09:53 小沙盒工作室 阅读(6) 评论(0) 推荐(0)
  2025年9月3日
摘要: 1. 先把8th放入path环境变量 2. 编写代码 : app:main "hello world" . cr ; 3. 在源码文件夹里运行8th -b 点击右上角第二个按钮编译成exe 生成之前要确保源码目录里没有out文件夹。 生成后: 这样就能运行了 阅读全文
posted @ 2025-09-03 10:23 小沙盒工作室 阅读(23) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页