qnetdice

view qnetdice.qrc @ 4:7d28bef3fbca

ops, forgot to add +1 to random numbers in roll.cc to make them 1-based
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Dec 2013 17:40:34 +0200
parents
children
line source
1 <RCC>
2 <qresource prefix="/">
3 <file>data/dice/d4.png</file>
4 <file>data/dice/d6.png</file>
5 <file>data/dice/d8.png</file>
6 <file>data/dice/d10.png</file>
7 <file>data/dice/d12.png</file>
8 <file>data/dice/d20.png</file>
9 <file>data/dice/d100.png</file>
10 <file>data/icons/edit-add-2.png</file>
11 <file>data/icons/edit-clear-2.png</file>
12 </qresource>
13 </RCC>