Skip to content

Instantly share code, notes, and snippets.

View raizal's full-sized avatar

Raizal I.N. Pregnanta raizal

View GitHub Profile
@raizal
raizal / GameMakerSpriteExtractor.py
Last active May 31, 2024 05:47 — forked from TheUnlocked/GameMakerSpriteExtractor.py
Extract textures from GameMaker Studio games (including YYC-compiled)
import re
# Requires python 3
# YYC-compiled GameMaker Studio games don't work with most GameMaker Studio asset extractors.
# However, GameMaker Studio just stores textures as raw PNGs, no matter the compilation type.
# This script works by searching for all PNG images in the data file.
# This could be the data.win, .data, or gamename.exe files.
pngs = []
//
// BottomSheetView.swift
//
// Created by Majid Jabrayilov
// Copyright © 2019 Majid Jabrayilov. All rights reserved.
//
import SwiftUI
fileprivate enum Constants {
static let radius: CGFloat = 16