Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions chapters/sourcenotes/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
7 changes: 7 additions & 0 deletions chapters/sourcenotes/functions/Main.tex
Original file line number Diff line number Diff line change
@@ -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}
Loading