Skip to content

Instantly share code, notes, and snippets.

View badrazizi's full-sized avatar

Badr badrazizi

  • Saudi Arabia
  • 20:47 (UTC +03:00)
View GitHub Profile
@FEDE0D
FEDE0D / Godot IAP.gd
Created February 1, 2016 16:00
In app purchases in Godot Engine: Examples
# Intent: interface to the GodotPayments module (remember to add the java path in the project settings android>modules )
"Intent.gd"
extends Node
# Interface for the GodotPayments module
# To use extend this script and save the result on the Global singleton 'Data'
const STATIC_RESPONSE_NONE = 0
const STATIC_RESPONSE_ALL = 1