Skip to content

Instantly share code, notes, and snippets.

@xavi-mat
xavi-mat / 11quickmenu.rpy
Created July 5, 2023 20:17
Configurar el quick_menu en screens.rpy
## Pantalla de menú rápido #####################################################
##
## El menú rápido se presenta en el juego para ofrecer fácil acceso a los menus
## externos al juego.
transform parriba:
yoffset 12
on hover:
easein 0.3 yoffset 0
on idle:
easeout 0.3 yoffset 12
init python:
import math
import sys
x = 20
y = .3
a = [1,2,3,4]
def Income(n, i):
global x
if i > 0 and i <= .1:
@xavi-mat
xavi-mat / teologia-catalunya.csl
Created May 16, 2012 15:22
Citation Style for Teologia Catalunya
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>Teologia Catalunya</title>
<id>http://www.zotero.org/styles/teologia-catalunya</id>
<link href="http://www.zotero.org/styles/teologia-catalunya" rel="self"/>
<link href="http://www.teologia-catalunya.cat" rel="documentation"/>
<author>
<name>Xavier Matoses</name>
<email>xaviermatoses@gmail.com</email>