Skip to content

Commit

Permalink
Разбор кода.
Browse files Browse the repository at this point in the history
  • Loading branch information
devapromix committed Jul 23, 2018
1 parent 4fb493a commit f7b6dd6
Show file tree
Hide file tree
Showing 10 changed files with 663 additions and 105 deletions.
7 changes: 7 additions & 0 deletions BearURQ.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<Debugger_RunParams>-d quests\test.qst</Debugger_RunParams>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<Manifest_File>(None)</Manifest_File>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
Expand Down Expand Up @@ -132,6 +135,10 @@
<Source>
<Source Name="MainSource">BearURQ.dpr</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Platforms>
<Platform value="Android">False</Platform>
Expand Down
4 changes: 0 additions & 4 deletions quests/inc.qst

This file was deleted.

8 changes: 8 additions & 0 deletions quests/inc1.qst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
;

:loc3
pln Test 3
btn loc1, Назад
end

include inc2.qst
28 changes: 18 additions & 10 deletions quests/test.qst
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@


:loc1
;
gametitle = "serg"
;
:loc1
a =(2+2)*2+1
p 123
p 456
p 789
pln hhhh
pln Test 1
btn loc2, 2
btn loc3, 3
end
pln Значение переменной А: #a$
btn loc2, Локация 2
btn loc3, Локация 3
btn loc4, Локация 4
end

:loc2
:loc2
pln Test 2
btn loc1, �����
end
btn loc1, Назад
end


include inc.qst
include inc1.qst


Loading

0 comments on commit f7b6dd6

Please sign in to comment.