From ef7050f971ad26976d80e43bff2790ec33e12d57 Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Fri, 13 Mar 2026 07:48:33 +0100 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=8A=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E7=AC=94=E8=AE=B0-`Main.tileSolid`=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/sourcenotes/functions.tex | 1 + chapters/sourcenotes/functions/Main.tex | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 chapters/sourcenotes/functions/Main.tex diff --git a/chapters/sourcenotes/functions.tex b/chapters/sourcenotes/functions.tex index 17fcbc3e..3d3eb201 100644 --- a/chapters/sourcenotes/functions.tex +++ b/chapters/sourcenotes/functions.tex @@ -2,6 +2,7 @@ \chapter{函数与变量} \input{chapters/sourcenotes/functions/Chest} \input{chapters/sourcenotes/functions/Item} +\input{chapters/sourcenotes/functions/Main} \input{chapters/sourcenotes/functions/NPC} \input{chapters/sourcenotes/functions/Projectile} \input{chapters/sourcenotes/functions/SceneMetrics} diff --git a/chapters/sourcenotes/functions/Main.tex b/chapters/sourcenotes/functions/Main.tex new file mode 100644 index 00000000..3e913db9 --- /dev/null +++ b/chapters/sourcenotes/functions/Main.tex @@ -0,0 +1,7 @@ +\section{\texttt{Main.cs}}\label{src:Main} + +\subsection{\texttt{Main.tileSolid}}\label{src:tileSolid} +实体块、平台(19, 427, 435-439)、锭(239)、种植盆(380)。其他有平台效果的家具不算。特殊的实体块:关闭的门(11)、传送机(235)、泡泡(379)、关闭的活板门(387)、关闭的高门(388)、高尔夫球洞(476)、巨石(138, 484, 664, 711-716)、格栅(546, 557)、最土的块(668)、炮弹(726)。详细的ID如下: +\begin{itemize} + \item 0-2, 6-10, 19, 22-23, 25, 30, 37-41, 43-48, 53-54, 56-60, 63-68, 70, 75-76, 107-109, 111-112, 116-123, 127, 130, 137-138, 140, 145-148, 150-164, 166-170, 175-177, 179-183, 188-200, 202-204, 206, 208, 211, 221-226, 229-230, 232, 234-235, 239, 248-253, 255-268, 272-274, 284, 311-313, 315, 321-322, 325-329, 345-348, 350, 357, 367-371, 379-381, 383-385, 387-388, 396-404, 407-409, 415-418, 421-422, 426-427, 430-439, 446-448, 458-460, 472-474, 476-479, 481-484, 492, 495-496, 498, 500-503, 507-508, 512-517, 534-537, 539-541, 546, 557, 562-563, 566, 618, 625-628, 633, 635, 641, 659, 661-662, 664, 666-692, 708, 711-719, 722, 726-732, 734-750 +\end{itemize}