qmlfrontend/qml.qrc
author Wuzzy <Wuzzy2@mail.ru>
Mon, 16 Sep 2019 17:33:49 +0200
changeset 15431 8504fee3b601
parent 14164 745c73e0e644
permissions -rw-r--r--
Racer: Fix weird water splashes after waypoint placement Does not affect official racer, as only waypoint placement is touched. The reason was that the air attack gear sometimes was not deleted fast enough so it might occassionally drop some air bombs (these are deleted now). Also, the airplane position was set to water level, which caused another water splash.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14164
745c73e0e644 Start working on frontend to rust engine rewrite
unC0Rr
parents: 12854
diff changeset
     1
<RCC>
12854
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     2
    <qresource prefix="/">
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     3
        <file>main.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     4
        <file>Page1.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     5
        <file>Page1Form.ui.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     6
        <file>qtquickcontrols2.conf</file>
14164
745c73e0e644 Start working on frontend to rust engine rewrite
unC0Rr
parents: 12854
diff changeset
     7
        <file>res/iconTime.png</file>
12854
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     8
    </qresource>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     9
</RCC>